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

synchronize() public method

Check or set the ability to use the object for synchronization. This enables a thread to wait until the object is in the signaled state.
public synchronize ( null | boolean $action = null )
$action null | boolean
    public function synchronize($action = null)
    {
        return $this->hasOrSet(self::FLAG['SYNCHRONIZE'], $action);
    }