Drest\Mapping\Annotation\Route::offsetExists PHP Méthode

offsetExists() public méthode

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean
    public function offsetExists($offset)
    {
        return isset($this->{$offset});
    }