Request::offsetGet PHP 메소드

offsetGet() 공개 정적인 메소드

Get the value at the given offset.
public static offsetGet ( string $offset ) : mixed
$offset string
리턴 mixed
        public static function offsetGet($offset)
        {
            return \Illuminate\Http\Request::offsetGet($offset);
        }