App\Services\Repositories\Repository::offsetExists PHP Méthode

offsetExists() public méthode

Determine if the given option option exists.
public offsetExists ( string $key ) : boolean
$key string
Résultat boolean
    public function offsetExists($key)
    {
        return $this->has($key);
    }