コード例 #1
0
ファイル: Role.php プロジェクト: phpdn/qc-base
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->type = Item::TYPE_ROLE;
 }