Xpressengine\Permission\Grant::except PHP Метод

except() публичный Метод

Add except user identifier
public except ( string $action, mixed $userIds = null )
$action string action type
$userIds mixed user id or ids
    public function except($action, $userIds = null)
    {
        $this->add($action, static::EXCEPT_TYPE, $userIds);
        return $this;
    }