コード例 #1
0
ファイル: ViewScriptTest.php プロジェクト: alab1001101/zf2
 public function getElement()
 {
     $element = new TextElement('foo');
     $element->setView($this->getView());
     $this->decorator->setElement($element);
     return $element;
 }