Drest\Mapping\Annotation\Route::offsetGet PHP Метод

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

Return the value for the offset.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
Результат mixed
    public function offsetGet($offset)
    {
        return $this->offsetExists($offset) ? $this->{$offset} : null;
    }