示例#1
0
文件: Role.php 项目: phpdn/qc-base
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->type = Item::TYPE_ROLE;
 }