App\Services\Repositories\Repository::offsetExists PHP Метод

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

Determine if the given option option exists.
public offsetExists ( string $key ) : boolean
$key string
Результат boolean
    public function offsetExists($key)
    {
        return $this->has($key);
    }