예제 #1
0
파일: Role.php 프로젝트: phpdn/qc-base
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->type = Item::TYPE_ROLE;
 }