AdminPageFramework_UserMeta_Router::_isInThePage PHP Метод

_isInThePage() публичный Метод

public _isInThePage ( )
    public function _isInThePage()
    {
        if (!$this->oProp->bIsAdmin) {
            return false;
        }
        return in_array($this->oProp->sPageNow, array('user-new.php', 'user-edit.php', 'profile.php'));
    }
AdminPageFramework_UserMeta_Router