예제 #1
0
파일: Role.php 프로젝트: klimis/php-edge
 public function unserialize($data)
 {
     parent::unserialize($data);
     $this->initPermissions();
 }