App\Services\Repositories\Repository::offsetGet PHP 메소드

offsetGet() 공개 메소드

Get a option option.
public offsetGet ( string $key ) : mixed
$key string
리턴 mixed
    public function offsetGet($key)
    {
        return $this->get($key);
    }