コード例 #1
0
ファイル: Enabled.php プロジェクト: kingsj/core
 /**
  * Get common attributes
  *
  * @return array
  */
 protected function getCommonAttributes()
 {
     $list = parent::getCommonAttributes();
     $list['value'] = 1;
     return $list;
 }