コード例 #1
0
ファイル: EntityList.php プロジェクト: rganin/magelight
 /**
  * {@inheritdoc}
  */
 public function beforeToHtml()
 {
     $this->tableFields = $this->scaffold->getEntityFields($this->entity);
     return parent::beforeToHtml();
 }