LdapTools\Security\Ace\AceRights::validatedWrite PHP 메소드

validatedWrite() 공개 메소드

Check or set the ability to perform a validated write for a property.
public validatedWrite ( null | boolean $action = null )
$action null | boolean
    public function validatedWrite($action = null)
    {
        return $this->hasOrSet(self::FLAG['DS_SELF'], $action);
    }