LdapTools\Security\Ace\AceRights::execute PHP Method

execute() public method

Check or set the ability to read permissions on, and list the contents of, a container object.
public execute ( null | boolean $action = null )
$action null | boolean
    public function execute($action = null)
    {
        return $this->hasOrSet(self::FLAG['GENERIC_EXECUTE'], $action);
    }