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

writeOwner() public method

Check or set the ability to assume ownership of the object. The user must be an object trustee. The user cannot transfer the ownership to other users.
public writeOwner ( null | boolean $action = null )
$action null | boolean
    public function writeOwner($action = null)
    {
        return $this->hasOrSet(self::FLAG['WRITE_OWNER'], $action);
    }