Phalcon\Acl\Adapter\Database::getNoArgumentsDefaultAction PHP Method

getNoArgumentsDefaultAction() public method

Returns the default ACL access level for no arguments provided in isAllowed action if there exists func for accessKey
    public function getNoArgumentsDefaultAction()
    {
        return $this->noArgumentsDefaultAction;
    }