Efficiently\AuthorityController\Parameters::has PHP Méthode

has() public méthode

Determine if the request contains a given parameter item.
public has ( string | array $key ) : boolean
$key string | array
Résultat boolean
    public function has($key)
    {
        return !!array_get($this->params, $key);
    }