コード例 #1
0
ファイル: Resource.php プロジェクト: nemphys/magento2
 /**
  * Check if tree has entity only attributes
  *
  * @return bool
  */
 public function hasEntityOnlyAttributes()
 {
     return $this->_treeModel->getHasEntityOnlyAttributes();
 }