BxDolTwigModule::isAdmin PHP Method

isAdmin() public method

================================== other function
public isAdmin ( )
    function isAdmin()
    {
        return $GLOBALS['logged']['admin'] && isProfileActive($this->_iProfileId);
    }