This commit is contained in:
bzick
2014-07-03 11:28:59 +04:00
parent 3a6347d96b
commit eb49861ab8
2 changed files with 7 additions and 1 deletions

View File

@@ -296,4 +296,8 @@ class Helper
{
return $this->word;
}
public function getArray() {
return array(1,2,3);
}
}