コード例 #1
0
ファイル: Install.php プロジェクト: kewaunited/xcart
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.install';
 }
コード例 #2
0
ファイル: Manage.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.manage';
 }