返回用户权限对象
Permission Core_Member::perm( )
Permission
public function perm() { if (null===$this->_permission) { $this->_permission = new Permission($this->perm_setting); } return $this->_permission; }