コード例 #1
0
 /**
  * Store initialized resultArray
  */
 protected function initializeResultArray()
 {
     $this->resultArray = parent::initializeResultArray();
 }
コード例 #2
0
ファイル: InputText.php プロジェクト: RocKordier/rn_base
 /**
  *
  * @param array $data not used right now!
  */
 public function __construct(NodeFactory $nodeFactory, array $data)
 {
     // nodeFactory is not used and will be removed in later version
     parent::__construct($nodeFactory, $data);
 }