Skip to content

Instantly share code, notes, and snippets.

@khalidchawtany
Created December 16, 2018 02:41
Show Gist options
  • Save khalidchawtany/ac91ba0e40759c5410d6e6ed29769f4a to your computer and use it in GitHub Desktop.
Save khalidchawtany/ac91ba0e40759c5410d6e6ed29769f4a to your computer and use it in GitHub Desktop.
/Users/juju/.config/nvim/dein/repos/github.com/phpactor/phpactor/bin/phpactor complete ~/Projects/PHP/knights/app/Http/Controllers/BalanceController.php 2230
suggestions:
0:
type:method
name:validateResolved
label:validateResolved
short_description:pub validateResolved(): void
class_import:
info:pub validateResolved(): void
1:
type:method
name:isJson
label:isJson
short_description:pub isJson(): bool
class_import:
info:pub isJson(): bool
2:
type:method
name:expectsJson
label:expectsJson
short_description:pub expectsJson(): bool
class_import:
info:pub expectsJson(): bool
3:
type:method
name:wantsJson
label:wantsJson
short_description:pub wantsJson(): bool
class_import:
info:pub wantsJson(): bool
4:
type:method
name:accepts
label:accepts
short_description:pub accepts(string|array $contentTypes): bool
class_import:
info:pub accepts(string|array $contentTypes): bool
5:
type:method
name:prefers
label:prefers
short_description:pub prefers(string|array $contentTypes): string|null
class_import:
info:pub prefers(string|array $contentTypes): string|null
6:
type:method
name:acceptsAnyContentType
label:acceptsAnyContentType
short_description:pub acceptsAnyContentType(): bool
class_import:
info:pub acceptsAnyContentType(): bool
7:
type:method
name:acceptsJson
label:acceptsJson
short_description:pub acceptsJson(): bool
class_import:
info:pub acceptsJson(): bool
8:
type:method
name:acceptsHtml
label:acceptsHtml
short_description:pub acceptsHtml(): bool
class_import:
info:pub acceptsHtml(): bool
9:
type:method
name:format
label:format
short_description:pub format(string $default = 'html'): string
class_import:
info:pub format(string $default = 'html'): string
10:
type:method
name:old
label:old
short_description:pub old(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub old(string $key = NULL, string|array|null $default = NULL): string|array
11:
type:method
name:flash
label:flash
short_description:pub flash(): void
class_import:
info:pub flash(): void
12:
type:method
name:flashOnly
label:flashOnly
short_description:pub flashOnly(array|<unknown> $keys): void
class_import:
info:pub flashOnly(array|<unknown> $keys): void
13:
type:method
name:flashExcept
label:flashExcept
short_description:pub flashExcept(array|<unknown> $keys): void
class_import:
info:pub flashExcept(array|<unknown> $keys): void
14:
type:method
name:flush
label:flush
short_description:pub flush(): void
class_import:
info:pub flush(): void
15:
type:method
name:server
label:server
short_description:pub server(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub server(string $key = NULL, string|array|null $default = NULL): string|array
16:
type:method
name:hasHeader
label:hasHeader
short_description:pub hasHeader(string $key): bool
class_import:
info:pub hasHeader(string $key): bool
17:
type:method
name:header
label:header
short_description:pub header(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub header(string $key = NULL, string|array|null $default = NULL): string|array
18:
type:method
name:bearerToken
label:bearerToken
short_description:pub bearerToken(): string|null
class_import:
info:pub bearerToken(): string|null
19:
type:method
name:exists
label:exists
short_description:pub exists(string|array $key): bool
class_import:
info:pub exists(string|array $key): bool
20:
type:method
name:has
label:has
short_description:pub has(string|array $key): bool
class_import:
info:pub has(string|array $key): bool
21:
type:method
name:hasAny
label:hasAny
short_description:pub hasAny(string|array $keys): bool
class_import:
info:pub hasAny(string|array $keys): bool
22:
type:method
name:filled
label:filled
short_description:pub filled(string|array $key): bool
class_import:
info:pub filled(string|array $key): bool
23:
type:method
name:anyFilled
label:anyFilled
short_description:pub anyFilled(string|array $keys): bool
class_import:
info:pub anyFilled(string|array $keys): bool
24:
type:method
name:keys
label:keys
short_description:pub keys(): array
class_import:
info:pub keys(): array
25:
type:method
name:all
label:all
short_description:pub all(array|<unknown> $keys = NULL): array
class_import:
info:pub all(array|<unknown> $keys = NULL): array
26:
type:method
name:input
label:input
short_description:pub input(string|null $key = NULL, string|array|null $default = NULL): string|array|null
class_import:
info:pub input(string|null $key = NULL, string|array|null $default = NULL): string|array|null
27:
type:method
name:only
label:only
short_description:pub only(array|<unknown> $keys): array
class_import:
info:pub only(array|<unknown> $keys): array
28:
type:method
name:except
label:except
short_description:pub except(array|<unknown> $keys): array
class_import:
info:pub except(array|<unknown> $keys): array
29:
type:method
name:query
label:query
short_description:pub query(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub query(string $key = NULL, string|array|null $default = NULL): string|array
30:
type:method
name:post
label:post
short_description:pub post(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub post(string $key = NULL, string|array|null $default = NULL): string|array
31:
type:method
name:hasCookie
label:hasCookie
short_description:pub hasCookie(string $key): bool
class_import:
info:pub hasCookie(string $key): bool
32:
type:method
name:cookie
label:cookie
short_description:pub cookie(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub cookie(string $key = NULL, string|array|null $default = NULL): string|array
33:
type:method
name:allFiles
label:allFiles
short_description:pub allFiles(): array
class_import:
info:pub allFiles(): array
34:
type:method
name:hasFile
label:hasFile
short_description:pub hasFile(string $key): bool
class_import:
info:pub hasFile(string $key): bool
35:
type:method
name:file
label:file
short_description:pub file(string $key = NULL, $default = NULL): UploadedFile|array|null
class_import:
info:pub file(string $key = NULL, $default = NULL): UploadedFile|array|null
36:
type:method
name:__call
label:__call
short_description:pub __call(string $method, array $parameters): <unknown>
class_import:
info:pub __call(string $method, array $parameters): <unknown>
37:
type:method
name:initialize
label:initialize
short_description:pub initialize(array $query = array (), array $request = array (), array $attributes = array (), array $cookies = array (), array $files = array (), array $server = array (), string|resource|null $content = NULL)
class_import:
info:pub initialize(array $query = array (), array $request = array (), array $attributes = array (), array $cookies = array (), array $files = array (), array $server = array (), string|resource|null $content = NULL)
38:
type:method
name:duplicate
label:duplicate
short_description:pub duplicate(array $query = NULL, array $request = NULL, array $attributes = NULL, array $cookies = NULL, array $files = NULL, array $server = NULL): Request
class_import:
info:pub duplicate(array $query = NULL, array $request = NULL, array $attributes = NULL, array $cookies = NULL, array $files = NULL, array $server = NULL): Request
39:
type:method
name:__clone
label:__clone
short_description:pub __clone()
class_import:
info:pub __clone()
40:
type:method
name:__toString
label:__toString
short_description:pub __toString(): string
class_import:
info:pub __toString(): string
41:
type:method
name:overrideGlobals
label:overrideGlobals
short_description:pub overrideGlobals()
class_import:
info:pub overrideGlobals()
42:
type:method
name:get
label:get
short_description:pub get(string $key, $default = NULL): <unknown>
class_import:
info:pub get(string $key, $default = NULL): <unknown>
43:
type:method
name:getSession
label:getSession
short_description:pub getSession(): Store|null
class_import:
info:pub getSession(): Store|null
44:
type:method
name:hasPreviousSession
label:hasPreviousSession
short_description:pub hasPreviousSession(): bool
class_import:
info:pub hasPreviousSession(): bool
45:
type:method
name:hasSession
label:hasSession
short_description:pub hasSession(): bool
class_import:
info:pub hasSession(): bool
46:
type:method
name:setSession
label:setSession
short_description:pub setSession(SessionInterface $session)
class_import:
info:pub setSession(SessionInterface $session)
47:
type:method
name:setSessionFactory
label:setSessionFactory
short_description:pub setSessionFactory(callable $factory)
class_import:
info:pub setSessionFactory(callable $factory)
48:
type:method
name:getClientIps
label:getClientIps
short_description:pub getClientIps(): array
class_import:
info:pub getClientIps(): array
49:
type:method
name:getClientIp
label:getClientIp
short_description:pub getClientIp(): string|null
class_import:
info:pub getClientIp(): string|null
50:
type:method
name:getScriptName
label:getScriptName
short_description:pub getScriptName(): string
class_import:
info:pub getScriptName(): string
51:
type:method
name:getPathInfo
label:getPathInfo
short_description:pub getPathInfo(): string
class_import:
info:pub getPathInfo(): string
52:
type:method
name:getBasePath
label:getBasePath
short_description:pub getBasePath(): string
class_import:
info:pub getBasePath(): string
53:
type:method
name:getBaseUrl
label:getBaseUrl
short_description:pub getBaseUrl(): string
class_import:
info:pub getBaseUrl(): string
54:
type:method
name:getScheme
label:getScheme
short_description:pub getScheme(): string
class_import:
info:pub getScheme(): string
55:
type:method
name:getPort
label:getPort
short_description:pub getPort(): int|string
class_import:
info:pub getPort(): int|string
56:
type:method
name:getUser
label:getUser
short_description:pub getUser(): string|null
class_import:
info:pub getUser(): string|null
57:
type:method
name:getPassword
label:getPassword
short_description:pub getPassword(): string|null
class_import:
info:pub getPassword(): string|null
58:
type:method
name:getUserInfo
label:getUserInfo
short_description:pub getUserInfo(): string
class_import:
info:pub getUserInfo(): string
59:
type:method
name:getHttpHost
label:getHttpHost
short_description:pub getHttpHost(): string
class_import:
info:pub getHttpHost(): string
60:
type:method
name:getRequestUri
label:getRequestUri
short_description:pub getRequestUri(): string
class_import:
info:pub getRequestUri(): string
61:
type:method
name:getSchemeAndHttpHost
label:getSchemeAndHttpHost
short_description:pub getSchemeAndHttpHost(): string
class_import:
info:pub getSchemeAndHttpHost(): string
62:
type:method
name:getUri
label:getUri
short_description:pub getUri(): string
class_import:
info:pub getUri(): string
63:
type:method
name:getUriForPath
label:getUriForPath
short_description:pub getUriForPath(string $path): string
class_import:
info:pub getUriForPath(string $path): string
64:
type:method
name:getRelativeUriForPath
label:getRelativeUriForPath
short_description:pub getRelativeUriForPath(string $path): string
class_import:
info:pub getRelativeUriForPath(string $path): string
65:
type:method
name:getQueryString
label:getQueryString
short_description:pub getQueryString(): string|null
class_import:
info:pub getQueryString(): string|null
66:
type:method
name:isSecure
label:isSecure
short_description:pub isSecure(): bool
class_import:
info:pub isSecure(): bool
67:
type:method
name:getHost
label:getHost
short_description:pub getHost(): string
class_import:
info:pub getHost(): string
68:
type:method
name:setMethod
label:setMethod
short_description:pub setMethod(string $method)
class_import:
info:pub setMethod(string $method)
69:
type:method
name:getMethod
label:getMethod
short_description:pub getMethod(): string
class_import:
info:pub getMethod(): string
70:
type:method
name:getRealMethod
label:getRealMethod
short_description:pub getRealMethod(): string
class_import:
info:pub getRealMethod(): string
71:
type:method
name:getMimeType
label:getMimeType
short_description:pub getMimeType(string $format): string|null
class_import:
info:pub getMimeType(string $format): string|null
72:
type:method
name:getFormat
label:getFormat
short_description:pub getFormat(string $mimeType): string|null
class_import:
info:pub getFormat(string $mimeType): string|null
73:
type:method
name:setFormat
label:setFormat
short_description:pub setFormat(string $format, string|array $mimeTypes)
class_import:
info:pub setFormat(string $format, string|array $mimeTypes)
74:
type:method
name:getRequestFormat
label:getRequestFormat
short_description:pub getRequestFormat(string|null $default = 'html'): string
class_import:
info:pub getRequestFormat(string|null $default = 'html'): string
75:
type:method
name:setRequestFormat
label:setRequestFormat
short_description:pub setRequestFormat(string $format)
class_import:
info:pub setRequestFormat(string $format)
76:
type:method
name:getContentType
label:getContentType
short_description:pub getContentType(): string|null
class_import:
info:pub getContentType(): string|null
77:
type:method
name:setDefaultLocale
label:setDefaultLocale
short_description:pub setDefaultLocale(string $locale)
class_import:
info:pub setDefaultLocale(string $locale)
78:
type:method
name:getDefaultLocale
label:getDefaultLocale
short_description:pub getDefaultLocale(): string
class_import:
info:pub getDefaultLocale(): string
79:
type:method
name:setLocale
label:setLocale
short_description:pub setLocale(string $locale)
class_import:
info:pub setLocale(string $locale)
80:
type:method
name:getLocale
label:getLocale
short_description:pub getLocale(): string
class_import:
info:pub getLocale(): string
81:
type:method
name:isMethod
label:isMethod
short_description:pub isMethod(string $method): bool
class_import:
info:pub isMethod(string $method): bool
82:
type:method
name:isMethodSafe
label:isMethodSafe
short_description:pub isMethodSafe(): bool
class_import:
info:pub isMethodSafe(): bool
83:
type:method
name:isMethodIdempotent
label:isMethodIdempotent
short_description:pub isMethodIdempotent(): bool
class_import:
info:pub isMethodIdempotent(): bool
84:
type:method
name:isMethodCacheable
label:isMethodCacheable
short_description:pub isMethodCacheable(): bool
class_import:
info:pub isMethodCacheable(): bool
85:
type:method
name:getProtocolVersion
label:getProtocolVersion
short_description:pub getProtocolVersion(): string
class_import:
info:pub getProtocolVersion(): string
86:
type:method
name:getContent
label:getContent
short_description:pub getContent(bool $asResource = false): string|resource
class_import:
info:pub getContent(bool $asResource = false): string|resource
87:
type:method
name:getETags
label:getETags
short_description:pub getETags(): array
class_import:
info:pub getETags(): array
88:
type:method
name:isNoCache
label:isNoCache
short_description:pub isNoCache(): bool
class_import:
info:pub isNoCache(): bool
89:
type:method
name:getPreferredLanguage
label:getPreferredLanguage
short_description:pub getPreferredLanguage(array $locales = NULL): string|null
class_import:
info:pub getPreferredLanguage(array $locales = NULL): string|null
90:
type:method
name:getLanguages
label:getLanguages
short_description:pub getLanguages(): array
class_import:
info:pub getLanguages(): array
91:
type:method
name:getCharsets
label:getCharsets
short_description:pub getCharsets(): array
class_import:
info:pub getCharsets(): array
92:
type:method
name:getEncodings
label:getEncodings
short_description:pub getEncodings(): array
class_import:
info:pub getEncodings(): array
93:
type:method
name:getAcceptableContentTypes
label:getAcceptableContentTypes
short_description:pub getAcceptableContentTypes(): array
class_import:
info:pub getAcceptableContentTypes(): array
94:
type:method
name:isXmlHttpRequest
label:isXmlHttpRequest
short_description:pub isXmlHttpRequest(): bool
class_import:
info:pub isXmlHttpRequest(): bool
95:
type:method
name:isFromTrustedProxy
label:isFromTrustedProxy
short_description:pub isFromTrustedProxy(): bool
class_import:
info:pub isFromTrustedProxy(): bool
96:
type:method
name:instance
label:instance
short_description:pub instance(): StoreBalance
class_import:
info:pub instance(): StoreBalance
97:
type:method
name:method
label:method
short_description:pub method(): string
class_import:
info:pub method(): string
98:
type:method
name:root
label:root
short_description:pub root(): string
class_import:
info:pub root(): string
99:
type:method
name:url
label:url
short_description:pub url(): string
class_import:
info:pub url(): string
100:
type:method
name:fullUrl
label:fullUrl
short_description:pub fullUrl(): string
class_import:
info:pub fullUrl(): string
101:
type:method
name:fullUrlWithQuery
label:fullUrlWithQuery
short_description:pub fullUrlWithQuery(array $query): string
class_import:
info:pub fullUrlWithQuery(array $query): string
102:
type:method
name:path
label:path
short_description:pub path(): string
class_import:
info:pub path(): string
103:
type:method
name:decodedPath
label:decodedPath
short_description:pub decodedPath(): string
class_import:
info:pub decodedPath(): string
104:
type:method
name:segment
label:segment
short_description:pub segment(int $index, string|null $default = NULL): string|null
class_import:
info:pub segment(int $index, string|null $default = NULL): string|null
105:
type:method
name:segments
label:segments
short_description:pub segments(): array
class_import:
info:pub segments(): array
106:
type:method
name:is
label:is
short_description:pub is(dynamic $patterns): bool
class_import:
info:pub is(dynamic $patterns): bool
107:
type:method
name:routeIs
label:routeIs
short_description:pub routeIs(dynamic $patterns): bool
class_import:
info:pub routeIs(dynamic $patterns): bool
108:
type:method
name:fullUrlIs
label:fullUrlIs
short_description:pub fullUrlIs(dynamic $patterns): bool
class_import:
info:pub fullUrlIs(dynamic $patterns): bool
109:
type:method
name:ajax
label:ajax
short_description:pub ajax(): bool
class_import:
info:pub ajax(): bool
110:
type:method
name:pjax
label:pjax
short_description:pub pjax(): bool
class_import:
info:pub pjax(): bool
111:
type:method
name:secure
label:secure
short_description:pub secure(): bool
class_import:
info:pub secure(): bool
112:
type:method
name:ip
label:ip
short_description:pub ip(): string
class_import:
info:pub ip(): string
113:
type:method
name:ips
label:ips
short_description:pub ips(): array
class_import:
info:pub ips(): array
114:
type:method
name:userAgent
label:userAgent
short_description:pub userAgent(): string
class_import:
info:pub userAgent(): string
115:
type:method
name:merge
label:merge
short_description:pub merge(array $input): Request
class_import:
info:pub merge(array $input): Request
116:
type:method
name:replace
label:replace
short_description:pub replace(array $input): Request
class_import:
info:pub replace(array $input): Request
117:
type:method
name:json
label:json
short_description:pub json(string $key = NULL, $default = NULL): ParameterBag|<unknown>
class_import:
info:pub json(string $key = NULL, $default = NULL): ParameterBag|<unknown>
118:
type:method
name:session
label:session
short_description:pub session(): Store
class_import:
info:pub session(): Store
119:
type:method
name:setLaravelSession
label:setLaravelSession
short_description:pub setLaravelSession(Session $session): void
class_import:
info:pub setLaravelSession(Session $session): void
120:
type:method
name:user
label:user
short_description:pub user(string|null $guard = NULL): <unknown>
class_import:
info:pub user(string|null $guard = NULL): <unknown>
121:
type:method
name:route
label:route
short_description:pub route(string|null $param = NULL): Route|object|string
class_import:
info:pub route(string|null $param = NULL): Route|object|string
122:
type:method
name:fingerprint
label:fingerprint
short_description:pub fingerprint(): string
class_import:
info:pub fingerprint(): string
123:
type:method
name:setJson
label:setJson
short_description:pub setJson(ParameterBag $json): StoreBalance
class_import:
info:pub setJson(ParameterBag $json): StoreBalance
124:
type:method
name:getUserResolver
label:getUserResolver
short_description:pub getUserResolver(): Closure
class_import:
info:pub getUserResolver(): Closure
125:
type:method
name:setUserResolver
label:setUserResolver
short_description:pub setUserResolver(Closure $callback): StoreBalance
class_import:
info:pub setUserResolver(Closure $callback): StoreBalance
126:
type:method
name:getRouteResolver
label:getRouteResolver
short_description:pub getRouteResolver(): Closure
class_import:
info:pub getRouteResolver(): Closure
127:
type:method
name:setRouteResolver
label:setRouteResolver
short_description:pub setRouteResolver(Closure $callback): StoreBalance
class_import:
info:pub setRouteResolver(Closure $callback): StoreBalance
128:
type:method
name:toArray
label:toArray
short_description:pub toArray(): array
class_import:
info:pub toArray(): array
129:
type:method
name:offsetExists
label:offsetExists
short_description:pub offsetExists(string $offset): bool
class_import:
info:pub offsetExists(string $offset): bool
130:
type:method
name:offsetGet
label:offsetGet
short_description:pub offsetGet(string $offset): <unknown>
class_import:
info:pub offsetGet(string $offset): <unknown>
131:
type:method
name:offsetSet
label:offsetSet
short_description:pub offsetSet(string $offset, $value): void
class_import:
info:pub offsetSet(string $offset, $value): void
132:
type:method
name:offsetUnset
label:offsetUnset
short_description:pub offsetUnset(string $offset): void
class_import:
info:pub offsetUnset(string $offset): void
133:
type:method
name:__isset
label:__isset
short_description:pub __isset(string $key): bool
class_import:
info:pub __isset(string $key): bool
134:
type:method
name:__get
label:__get
short_description:pub __get(string $key): <unknown>
class_import:
info:pub __get(string $key): <unknown>
135:
type:method
name:validated
label:validated
short_description:pub validated(): array
class_import:
info:pub validated(): array
136:
type:method
name:messages
label:messages
short_description:pub messages(): array
class_import:
info:pub messages(): array
137:
type:method
name:attributes
label:attributes
short_description:pub attributes(): array
class_import:
info:pub attributes(): array
138:
type:method
name:setRedirector
label:setRedirector
short_description:pub setRedirector(Redirector $redirector): StoreBalance
class_import:
info:pub setRedirector(Redirector $redirector): StoreBalance
139:
type:method
name:setContainer
label:setContainer
short_description:pub setContainer(Container $container): StoreBalance
class_import:
info:pub setContainer(Container $container): StoreBalance
140:
type:method
name:authorize
label:authorize
short_description:pub authorize()
class_import:
info:pub authorize()
141:
type:method
name:rules
label:rules
short_description:pub rules(): array
class_import:
info:pub rules(): array
142:
type:property
name:attributes
label:attributes
short_description:pub $attributes: ParameterBag
class_import:
info:pub $attributes: ParameterBag
143:
type:property
name:request
label:request
short_description:pub $request: ParameterBag
class_import:
info:pub $request: ParameterBag
144:
type:property
name:query
label:query
short_description:pub $query: ParameterBag
class_import:
info:pub $query: ParameterBag
145:
type:property
name:server
label:server
short_description:pub $server: ServerBag
class_import:
info:pub $server: ServerBag
146:
type:property
name:files
label:files
short_description:pub $files: FileBag
class_import:
info:pub $files: FileBag
147:
type:property
name:cookies
label:cookies
short_description:pub $cookies: ParameterBag
class_import:
info:pub $cookies: ParameterBag
148:
type:property
name:headers
label:headers
short_description:pub $headers: HeaderBag
class_import:
info:pub $headers: HeaderBag
149:
type:constant
name:HEADER_FORWARDED
label:HEADER_FORWARDED
short_description:const HEADER_FORWARDED
class_import:
info:const HEADER_FORWARDED
150:
type:constant
name:HEADER_X_FORWARDED_FOR
label:HEADER_X_FORWARDED_FOR
short_description:const HEADER_X_FORWARDED_FOR
class_import:
info:const HEADER_X_FORWARDED_FOR
151:
type:constant
name:HEADER_X_FORWARDED_HOST
label:HEADER_X_FORWARDED_HOST
short_description:const HEADER_X_FORWARDED_HOST
class_import:
info:const HEADER_X_FORWARDED_HOST
152:
type:constant
name:HEADER_X_FORWARDED_PROTO
label:HEADER_X_FORWARDED_PROTO
short_description:const HEADER_X_FORWARDED_PROTO
class_import:
info:const HEADER_X_FORWARDED_PROTO
153:
type:constant
name:HEADER_X_FORWARDED_PORT
label:HEADER_X_FORWARDED_PORT
short_description:const HEADER_X_FORWARDED_PORT
class_import:
info:const HEADER_X_FORWARDED_PORT
154:
type:constant
name:HEADER_X_FORWARDED_ALL
label:HEADER_X_FORWARDED_ALL
short_description:const HEADER_X_FORWARDED_ALL
class_import:
info:const HEADER_X_FORWARDED_ALL
155:
type:constant
name:HEADER_X_FORWARDED_AWS_ELB
label:HEADER_X_FORWARDED_AWS_ELB
short_description:const HEADER_X_FORWARDED_AWS_ELB
class_import:
info:const HEADER_X_FORWARDED_AWS_ELB
156:
type:constant
name:METHOD_HEAD
label:METHOD_HEAD
short_description:const METHOD_HEAD
class_import:
info:const METHOD_HEAD
157:
type:constant
name:METHOD_GET
label:METHOD_GET
short_description:const METHOD_GET
class_import:
info:const METHOD_GET
158:
type:constant
name:METHOD_POST
label:METHOD_POST
short_description:const METHOD_POST
class_import:
info:const METHOD_POST
159:
type:constant
name:METHOD_PUT
label:METHOD_PUT
short_description:const METHOD_PUT
class_import:
info:const METHOD_PUT
160:
type:constant
name:METHOD_PATCH
label:METHOD_PATCH
short_description:const METHOD_PATCH
class_import:
info:const METHOD_PATCH
161:
type:constant
name:METHOD_DELETE
label:METHOD_DELETE
short_description:const METHOD_DELETE
class_import:
info:const METHOD_DELETE
162:
type:constant
name:METHOD_PURGE
label:METHOD_PURGE
short_description:const METHOD_PURGE
class_import:
info:const METHOD_PURGE
163:
type:constant
name:METHOD_OPTIONS
label:METHOD_OPTIONS
short_description:const METHOD_OPTIONS
class_import:
info:const METHOD_OPTIONS
164:
type:constant
name:METHOD_TRACE
label:METHOD_TRACE
short_description:const METHOD_TRACE
class_import:
info:const METHOD_TRACE
165:
type:constant
name:METHOD_CONNECT
label:METHOD_CONNECT
short_description:const METHOD_CONNECT
class_import:
info:const METHOD_CONNECT
issues:
⌘ knights » /Users/juju/.config/nvim/dein/repos/github.com/phpactor/phpactor/bin/phpactor complete ~/Projects/PHP/knights/app/Http/Controllers/BalanceController.php 2230
suggestions:
0:
type:method
name:validateResolved
label:validateResolved
short_description:pub validateResolved(): void
class_import:
info:pub validateResolved(): void
1:
type:method
name:isJson
label:isJson
short_description:pub isJson(): bool
class_import:
info:pub isJson(): bool
2:
type:method
name:expectsJson
label:expectsJson
short_description:pub expectsJson(): bool
class_import:
info:pub expectsJson(): bool
3:
type:method
name:wantsJson
label:wantsJson
short_description:pub wantsJson(): bool
class_import:
info:pub wantsJson(): bool
4:
type:method
name:accepts
label:accepts
short_description:pub accepts(string|array $contentTypes): bool
class_import:
info:pub accepts(string|array $contentTypes): bool
5:
type:method
name:prefers
label:prefers
short_description:pub prefers(string|array $contentTypes): string|null
class_import:
info:pub prefers(string|array $contentTypes): string|null
6:
type:method
name:acceptsAnyContentType
label:acceptsAnyContentType
short_description:pub acceptsAnyContentType(): bool
class_import:
info:pub acceptsAnyContentType(): bool
7:
type:method
name:acceptsJson
label:acceptsJson
short_description:pub acceptsJson(): bool
class_import:
info:pub acceptsJson(): bool
8:
type:method
name:acceptsHtml
label:acceptsHtml
short_description:pub acceptsHtml(): bool
class_import:
info:pub acceptsHtml(): bool
9:
type:method
name:format
label:format
short_description:pub format(string $default = 'html'): string
class_import:
info:pub format(string $default = 'html'): string
10:
type:method
name:old
label:old
short_description:pub old(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub old(string $key = NULL, string|array|null $default = NULL): string|array
11:
type:method
name:flash
label:flash
short_description:pub flash(): void
class_import:
info:pub flash(): void
12:
type:method
name:flashOnly
label:flashOnly
short_description:pub flashOnly(array|<unknown> $keys): void
class_import:
info:pub flashOnly(array|<unknown> $keys): void
13:
type:method
name:flashExcept
label:flashExcept
short_description:pub flashExcept(array|<unknown> $keys): void
class_import:
info:pub flashExcept(array|<unknown> $keys): void
14:
type:method
name:flush
label:flush
short_description:pub flush(): void
class_import:
info:pub flush(): void
15:
type:method
name:server
label:server
short_description:pub server(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub server(string $key = NULL, string|array|null $default = NULL): string|array
16:
type:method
name:hasHeader
label:hasHeader
short_description:pub hasHeader(string $key): bool
class_import:
info:pub hasHeader(string $key): bool
17:
type:method
name:header
label:header
short_description:pub header(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub header(string $key = NULL, string|array|null $default = NULL): string|array
18:
type:method
name:bearerToken
label:bearerToken
short_description:pub bearerToken(): string|null
class_import:
info:pub bearerToken(): string|null
19:
type:method
name:exists
label:exists
short_description:pub exists(string|array $key): bool
class_import:
info:pub exists(string|array $key): bool
20:
type:method
name:has
label:has
short_description:pub has(string|array $key): bool
class_import:
info:pub has(string|array $key): bool
21:
type:method
name:hasAny
label:hasAny
short_description:pub hasAny(string|array $keys): bool
class_import:
info:pub hasAny(string|array $keys): bool
22:
type:method
name:filled
label:filled
short_description:pub filled(string|array $key): bool
class_import:
info:pub filled(string|array $key): bool
23:
type:method
name:anyFilled
label:anyFilled
short_description:pub anyFilled(string|array $keys): bool
class_import:
info:pub anyFilled(string|array $keys): bool
24:
type:method
name:keys
label:keys
short_description:pub keys(): array
class_import:
info:pub keys(): array
25:
type:method
name:all
label:all
short_description:pub all(array|<unknown> $keys = NULL): array
class_import:
info:pub all(array|<unknown> $keys = NULL): array
26:
type:method
name:input
label:input
short_description:pub input(string|null $key = NULL, string|array|null $default = NULL): string|array|null
class_import:
info:pub input(string|null $key = NULL, string|array|null $default = NULL): string|array|null
27:
type:method
name:only
label:only
short_description:pub only(array|<unknown> $keys): array
class_import:
info:pub only(array|<unknown> $keys): array
28:
type:method
name:except
label:except
short_description:pub except(array|<unknown> $keys): array
class_import:
info:pub except(array|<unknown> $keys): array
29:
type:method
name:query
label:query
short_description:pub query(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub query(string $key = NULL, string|array|null $default = NULL): string|array
30:
type:method
name:post
label:post
short_description:pub post(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub post(string $key = NULL, string|array|null $default = NULL): string|array
31:
type:method
name:hasCookie
label:hasCookie
short_description:pub hasCookie(string $key): bool
class_import:
info:pub hasCookie(string $key): bool
32:
type:method
name:cookie
label:cookie
short_description:pub cookie(string $key = NULL, string|array|null $default = NULL): string|array
class_import:
info:pub cookie(string $key = NULL, string|array|null $default = NULL): string|array
33:
type:method
name:allFiles
label:allFiles
short_description:pub allFiles(): array
class_import:
info:pub allFiles(): array
34:
type:method
name:hasFile
label:hasFile
short_description:pub hasFile(string $key): bool
class_import:
info:pub hasFile(string $key): bool
35:
type:method
name:file
label:file
short_description:pub file(string $key = NULL, $default = NULL): UploadedFile|array|null
class_import:
info:pub file(string $key = NULL, $default = NULL): UploadedFile|array|null
36:
type:method
name:__call
label:__call
short_description:pub __call(string $method, array $parameters): <unknown>
class_import:
info:pub __call(string $method, array $parameters): <unknown>
37:
type:method
name:initialize
label:initialize
short_description:pub initialize(array $query = array (), array $request = array (), array $attributes = array (), array $cookies = array (), array $files = array (), array $server = array (), string|resource|null $content = NULL)
class_import:
info:pub initialize(array $query = array (), array $request = array (), array $attributes = array (), array $cookies = array (), array $files = array (), array $server = array (), string|resource|null $content = NULL)
38:
type:method
name:duplicate
label:duplicate
short_description:pub duplicate(array $query = NULL, array $request = NULL, array $attributes = NULL, array $cookies = NULL, array $files = NULL, array $server = NULL): Request
class_import:
info:pub duplicate(array $query = NULL, array $request = NULL, array $attributes = NULL, array $cookies = NULL, array $files = NULL, array $server = NULL): Request
39:
type:method
name:__clone
label:__clone
short_description:pub __clone()
class_import:
info:pub __clone()
40:
type:method
name:__toString
label:__toString
short_description:pub __toString(): string
class_import:
info:pub __toString(): string
41:
type:method
name:overrideGlobals
label:overrideGlobals
short_description:pub overrideGlobals()
class_import:
info:pub overrideGlobals()
42:
type:method
name:get
label:get
short_description:pub get(string $key, $default = NULL): <unknown>
class_import:
info:pub get(string $key, $default = NULL): <unknown>
43:
type:method
name:getSession
label:getSession
short_description:pub getSession(): Store|null
class_import:
info:pub getSession(): Store|null
44:
type:method
name:hasPreviousSession
label:hasPreviousSession
short_description:pub hasPreviousSession(): bool
class_import:
info:pub hasPreviousSession(): bool
45:
type:method
name:hasSession
label:hasSession
short_description:pub hasSession(): bool
class_import:
info:pub hasSession(): bool
46:
type:method
name:setSession
label:setSession
short_description:pub setSession(SessionInterface $session)
class_import:
info:pub setSession(SessionInterface $session)
47:
type:method
name:setSessionFactory
label:setSessionFactory
short_description:pub setSessionFactory(callable $factory)
class_import:
info:pub setSessionFactory(callable $factory)
48:
type:method
name:getClientIps
label:getClientIps
short_description:pub getClientIps(): array
class_import:
info:pub getClientIps(): array
49:
type:method
name:getClientIp
label:getClientIp
short_description:pub getClientIp(): string|null
class_import:
info:pub getClientIp(): string|null
50:
type:method
name:getScriptName
label:getScriptName
short_description:pub getScriptName(): string
class_import:
info:pub getScriptName(): string
51:
type:method
name:getPathInfo
label:getPathInfo
short_description:pub getPathInfo(): string
class_import:
info:pub getPathInfo(): string
52:
type:method
name:getBasePath
label:getBasePath
short_description:pub getBasePath(): string
class_import:
info:pub getBasePath(): string
53:
type:method
name:getBaseUrl
label:getBaseUrl
short_description:pub getBaseUrl(): string
class_import:
info:pub getBaseUrl(): string
54:
type:method
name:getScheme
label:getScheme
short_description:pub getScheme(): string
class_import:
info:pub getScheme(): string
55:
type:method
name:getPort
label:getPort
short_description:pub getPort(): int|string
class_import:
info:pub getPort(): int|string
56:
type:method
name:getUser
label:getUser
short_description:pub getUser(): string|null
class_import:
info:pub getUser(): string|null
57:
type:method
name:getPassword
label:getPassword
short_description:pub getPassword(): string|null
class_import:
info:pub getPassword(): string|null
58:
type:method
name:getUserInfo
label:getUserInfo
short_description:pub getUserInfo(): string
class_import:
info:pub getUserInfo(): string
59:
type:method
name:getHttpHost
label:getHttpHost
short_description:pub getHttpHost(): string
class_import:
info:pub getHttpHost(): string
60:
type:method
name:getRequestUri
label:getRequestUri
short_description:pub getRequestUri(): string
class_import:
info:pub getRequestUri(): string
61:
type:method
name:getSchemeAndHttpHost
label:getSchemeAndHttpHost
short_description:pub getSchemeAndHttpHost(): string
class_import:
info:pub getSchemeAndHttpHost(): string
62:
type:method
name:getUri
label:getUri
short_description:pub getUri(): string
class_import:
info:pub getUri(): string
63:
type:method
name:getUriForPath
label:getUriForPath
short_description:pub getUriForPath(string $path): string
class_import:
info:pub getUriForPath(string $path): string
64:
type:method
name:getRelativeUriForPath
label:getRelativeUriForPath
short_description:pub getRelativeUriForPath(string $path): string
class_import:
info:pub getRelativeUriForPath(string $path): string
65:
type:method
name:getQueryString
label:getQueryString
short_description:pub getQueryString(): string|null
class_import:
info:pub getQueryString(): string|null
66:
type:method
name:isSecure
label:isSecure
short_description:pub isSecure(): bool
class_import:
info:pub isSecure(): bool
67:
type:method
name:getHost
label:getHost
short_description:pub getHost(): string
class_import:
info:pub getHost(): string
68:
type:method
name:setMethod
label:setMethod
short_description:pub setMethod(string $method)
class_import:
info:pub setMethod(string $method)
69:
type:method
name:getMethod
label:getMethod
short_description:pub getMethod(): string
class_import:
info:pub getMethod(): string
70:
type:method
name:getRealMethod
label:getRealMethod
short_description:pub getRealMethod(): string
class_import:
info:pub getRealMethod(): string
71:
type:method
name:getMimeType
label:getMimeType
short_description:pub getMimeType(string $format): string|null
class_import:
info:pub getMimeType(string $format): string|null
72:
type:method
name:getFormat
label:getFormat
short_description:pub getFormat(string $mimeType): string|null
class_import:
info:pub getFormat(string $mimeType): string|null
73:
type:method
name:setFormat
label:setFormat
short_description:pub setFormat(string $format, string|array $mimeTypes)
class_import:
info:pub setFormat(string $format, string|array $mimeTypes)
74:
type:method
name:getRequestFormat
label:getRequestFormat
short_description:pub getRequestFormat(string|null $default = 'html'): string
class_import:
info:pub getRequestFormat(string|null $default = 'html'): string
75:
type:method
name:setRequestFormat
label:setRequestFormat
short_description:pub setRequestFormat(string $format)
class_import:
info:pub setRequestFormat(string $format)
76:
type:method
name:getContentType
label:getContentType
short_description:pub getContentType(): string|null
class_import:
info:pub getContentType(): string|null
77:
type:method
name:setDefaultLocale
label:setDefaultLocale
short_description:pub setDefaultLocale(string $locale)
class_import:
info:pub setDefaultLocale(string $locale)
78:
type:method
name:getDefaultLocale
label:getDefaultLocale
short_description:pub getDefaultLocale(): string
class_import:
info:pub getDefaultLocale(): string
79:
type:method
name:setLocale
label:setLocale
short_description:pub setLocale(string $locale)
class_import:
info:pub setLocale(string $locale)
80:
type:method
name:getLocale
label:getLocale
short_description:pub getLocale(): string
class_import:
info:pub getLocale(): string
81:
type:method
name:isMethod
label:isMethod
short_description:pub isMethod(string $method): bool
class_import:
info:pub isMethod(string $method): bool
82:
type:method
name:isMethodSafe
label:isMethodSafe
short_description:pub isMethodSafe(): bool
class_import:
info:pub isMethodSafe(): bool
83:
type:method
name:isMethodIdempotent
label:isMethodIdempotent
short_description:pub isMethodIdempotent(): bool
class_import:
info:pub isMethodIdempotent(): bool
84:
type:method
name:isMethodCacheable
label:isMethodCacheable
short_description:pub isMethodCacheable(): bool
class_import:
info:pub isMethodCacheable(): bool
85:
type:method
name:getProtocolVersion
label:getProtocolVersion
short_description:pub getProtocolVersion(): string
class_import:
info:pub getProtocolVersion(): string
86:
type:method
name:getContent
label:getContent
short_description:pub getContent(bool $asResource = false): string|resource
class_import:
info:pub getContent(bool $asResource = false): string|resource
87:
type:method
name:getETags
label:getETags
short_description:pub getETags(): array
class_import:
info:pub getETags(): array
88:
type:method
name:isNoCache
label:isNoCache
short_description:pub isNoCache(): bool
class_import:
info:pub isNoCache(): bool
89:
type:method
name:getPreferredLanguage
label:getPreferredLanguage
short_description:pub getPreferredLanguage(array $locales = NULL): string|null
class_import:
info:pub getPreferredLanguage(array $locales = NULL): string|null
90:
type:method
name:getLanguages
label:getLanguages
short_description:pub getLanguages(): array
class_import:
info:pub getLanguages(): array
91:
type:method
name:getCharsets
label:getCharsets
short_description:pub getCharsets(): array
class_import:
info:pub getCharsets(): array
92:
type:method
name:getEncodings
label:getEncodings
short_description:pub getEncodings(): array
class_import:
info:pub getEncodings(): array
93:
type:method
name:getAcceptableContentTypes
label:getAcceptableContentTypes
short_description:pub getAcceptableContentTypes(): array
class_import:
info:pub getAcceptableContentTypes(): array
94:
type:method
name:isXmlHttpRequest
label:isXmlHttpRequest
short_description:pub isXmlHttpRequest(): bool
class_import:
info:pub isXmlHttpRequest(): bool
95:
type:method
name:isFromTrustedProxy
label:isFromTrustedProxy
short_description:pub isFromTrustedProxy(): bool
class_import:
info:pub isFromTrustedProxy(): bool
96:
type:method
name:instance
label:instance
short_description:pub instance(): StoreBalance
class_import:
info:pub instance(): StoreBalance
97:
type:method
name:method
label:method
short_description:pub method(): string
class_import:
info:pub method(): string
98:
type:method
name:root
label:root
short_description:pub root(): string
class_import:
info:pub root(): string
99:
type:method
name:url
label:url
short_description:pub url(): string
class_import:
info:pub url(): string
100:
type:method
name:fullUrl
label:fullUrl
short_description:pub fullUrl(): string
class_import:
info:pub fullUrl(): string
101:
type:method
name:fullUrlWithQuery
label:fullUrlWithQuery
short_description:pub fullUrlWithQuery(array $query): string
class_import:
info:pub fullUrlWithQuery(array $query): string
102:
type:method
name:path
label:path
short_description:pub path(): string
class_import:
info:pub path(): string
103:
type:method
name:decodedPath
label:decodedPath
short_description:pub decodedPath(): string
class_import:
info:pub decodedPath(): string
104:
type:method
name:segment
label:segment
short_description:pub segment(int $index, string|null $default = NULL): string|null
class_import:
info:pub segment(int $index, string|null $default = NULL): string|null
105:
type:method
name:segments
label:segments
short_description:pub segments(): array
class_import:
info:pub segments(): array
106:
type:method
name:is
label:is
short_description:pub is(dynamic $patterns): bool
class_import:
info:pub is(dynamic $patterns): bool
107:
type:method
name:routeIs
label:routeIs
short_description:pub routeIs(dynamic $patterns): bool
class_import:
info:pub routeIs(dynamic $patterns): bool
108:
type:method
name:fullUrlIs
label:fullUrlIs
short_description:pub fullUrlIs(dynamic $patterns): bool
class_import:
info:pub fullUrlIs(dynamic $patterns): bool
109:
type:method
name:ajax
label:ajax
short_description:pub ajax(): bool
class_import:
info:pub ajax(): bool
110:
type:method
name:pjax
label:pjax
short_description:pub pjax(): bool
class_import:
info:pub pjax(): bool
111:
type:method
name:secure
label:secure
short_description:pub secure(): bool
class_import:
info:pub secure(): bool
112:
type:method
name:ip
label:ip
short_description:pub ip(): string
class_import:
info:pub ip(): string
113:
type:method
name:ips
label:ips
short_description:pub ips(): array
class_import:
info:pub ips(): array
114:
type:method
name:userAgent
label:userAgent
short_description:pub userAgent(): string
class_import:
info:pub userAgent(): string
115:
type:method
name:merge
label:merge
short_description:pub merge(array $input): Request
class_import:
info:pub merge(array $input): Request
116:
type:method
name:replace
label:replace
short_description:pub replace(array $input): Request
class_import:
info:pub replace(array $input): Request
117:
type:method
name:json
label:json
short_description:pub json(string $key = NULL, $default = NULL): ParameterBag|<unknown>
class_import:
info:pub json(string $key = NULL, $default = NULL): ParameterBag|<unknown>
118:
type:method
name:session
label:session
short_description:pub session(): Store
class_import:
info:pub session(): Store
119:
type:method
name:setLaravelSession
label:setLaravelSession
short_description:pub setLaravelSession(Session $session): void
class_import:
info:pub setLaravelSession(Session $session): void
120:
type:method
name:user
label:user
short_description:pub user(string|null $guard = NULL): <unknown>
class_import:
info:pub user(string|null $guard = NULL): <unknown>
121:
type:method
name:route
label:route
short_description:pub route(string|null $param = NULL): Route|object|string
class_import:
info:pub route(string|null $param = NULL): Route|object|string
122:
type:method
name:fingerprint
label:fingerprint
short_description:pub fingerprint(): string
class_import:
info:pub fingerprint(): string
123:
type:method
name:setJson
label:setJson
short_description:pub setJson(ParameterBag $json): StoreBalance
class_import:
info:pub setJson(ParameterBag $json): StoreBalance
124:
type:method
name:getUserResolver
label:getUserResolver
short_description:pub getUserResolver(): Closure
class_import:
info:pub getUserResolver(): Closure
125:
type:method
name:setUserResolver
label:setUserResolver
short_description:pub setUserResolver(Closure $callback): StoreBalance
class_import:
info:pub setUserResolver(Closure $callback): StoreBalance
126:
type:method
name:getRouteResolver
label:getRouteResolver
short_description:pub getRouteResolver(): Closure
class_import:
info:pub getRouteResolver(): Closure
127:
type:method
name:setRouteResolver
label:setRouteResolver
short_description:pub setRouteResolver(Closure $callback): StoreBalance
class_import:
info:pub setRouteResolver(Closure $callback): StoreBalance
128:
type:method
name:toArray
label:toArray
short_description:pub toArray(): array
class_import:
info:pub toArray(): array
129:
type:method
name:offsetExists
label:offsetExists
short_description:pub offsetExists(string $offset): bool
class_import:
info:pub offsetExists(string $offset): bool
130:
type:method
name:offsetGet
label:offsetGet
short_description:pub offsetGet(string $offset): <unknown>
class_import:
info:pub offsetGet(string $offset): <unknown>
131:
type:method
name:offsetSet
label:offsetSet
short_description:pub offsetSet(string $offset, $value): void
class_import:
info:pub offsetSet(string $offset, $value): void
132:
type:method
name:offsetUnset
label:offsetUnset
short_description:pub offsetUnset(string $offset): void
class_import:
info:pub offsetUnset(string $offset): void
133:
type:method
name:__isset
label:__isset
short_description:pub __isset(string $key): bool
class_import:
info:pub __isset(string $key): bool
134:
type:method
name:__get
label:__get
short_description:pub __get(string $key): <unknown>
class_import:
info:pub __get(string $key): <unknown>
135:
type:method
name:validated
label:validated
short_description:pub validated(): array
class_import:
info:pub validated(): array
136:
type:method
name:messages
label:messages
short_description:pub messages(): array
class_import:
info:pub messages(): array
137:
type:method
name:attributes
label:attributes
short_description:pub attributes(): array
class_import:
info:pub attributes(): array
138:
type:method
name:setRedirector
label:setRedirector
short_description:pub setRedirector(Redirector $redirector): StoreBalance
class_import:
info:pub setRedirector(Redirector $redirector): StoreBalance
139:
type:method
name:setContainer
label:setContainer
short_description:pub setContainer(Container $container): StoreBalance
class_import:
info:pub setContainer(Container $container): StoreBalance
140:
type:method
name:authorize
label:authorize
short_description:pub authorize()
class_import:
info:pub authorize()
141:
type:method
name:rules
label:rules
short_description:pub rules(): array
class_import:
info:pub rules(): array
142:
type:property
name:attributes
label:attributes
short_description:pub $attributes: ParameterBag
class_import:
info:pub $attributes: ParameterBag
143:
type:property
name:request
label:request
short_description:pub $request: ParameterBag
class_import:
info:pub $request: ParameterBag
144:
type:property
name:query
label:query
short_description:pub $query: ParameterBag
class_import:
info:pub $query: ParameterBag
145:
type:property
name:server
label:server
short_description:pub $server: ServerBag
class_import:
info:pub $server: ServerBag
146:
type:property
name:files
label:files
short_description:pub $files: FileBag
class_import:
info:pub $files: FileBag
147:
type:property
name:cookies
label:cookies
short_description:pub $cookies: ParameterBag
class_import:
info:pub $cookies: ParameterBag
148:
type:property
name:headers
label:headers
short_description:pub $headers: HeaderBag
class_import:
info:pub $headers: HeaderBag
149:
type:constant
name:HEADER_FORWARDED
label:HEADER_FORWARDED
short_description:const HEADER_FORWARDED
class_import:
info:const HEADER_FORWARDED
150:
type:constant
name:HEADER_X_FORWARDED_FOR
label:HEADER_X_FORWARDED_FOR
short_description:const HEADER_X_FORWARDED_FOR
class_import:
info:const HEADER_X_FORWARDED_FOR
151:
type:constant
name:HEADER_X_FORWARDED_HOST
label:HEADER_X_FORWARDED_HOST
short_description:const HEADER_X_FORWARDED_HOST
class_import:
info:const HEADER_X_FORWARDED_HOST
152:
type:constant
name:HEADER_X_FORWARDED_PROTO
label:HEADER_X_FORWARDED_PROTO
short_description:const HEADER_X_FORWARDED_PROTO
class_import:
info:const HEADER_X_FORWARDED_PROTO
153:
type:constant
name:HEADER_X_FORWARDED_PORT
label:HEADER_X_FORWARDED_PORT
short_description:const HEADER_X_FORWARDED_PORT
class_import:
info:const HEADER_X_FORWARDED_PORT
154:
type:constant
name:HEADER_X_FORWARDED_ALL
label:HEADER_X_FORWARDED_ALL
short_description:const HEADER_X_FORWARDED_ALL
class_import:
info:const HEADER_X_FORWARDED_ALL
155:
type:constant
name:HEADER_X_FORWARDED_AWS_ELB
label:HEADER_X_FORWARDED_AWS_ELB
short_description:const HEADER_X_FORWARDED_AWS_ELB
class_import:
info:const HEADER_X_FORWARDED_AWS_ELB
156:
type:constant
name:METHOD_HEAD
label:METHOD_HEAD
short_description:const METHOD_HEAD
class_import:
info:const METHOD_HEAD
157:
type:constant
name:METHOD_GET
label:METHOD_GET
short_description:const METHOD_GET
class_import:
info:const METHOD_GET
158:
type:constant
name:METHOD_POST
label:METHOD_POST
short_description:const METHOD_POST
class_import:
info:const METHOD_POST
159:
type:constant
name:METHOD_PUT
label:METHOD_PUT
short_description:const METHOD_PUT
class_import:
info:const METHOD_PUT
160:
type:constant
name:METHOD_PATCH
label:METHOD_PATCH
short_description:const METHOD_PATCH
class_import:
info:const METHOD_PATCH
161:
type:constant
name:METHOD_DELETE
label:METHOD_DELETE
short_description:const METHOD_DELETE
class_import:
info:const METHOD_DELETE
162:
type:constant
name:METHOD_PURGE
label:METHOD_PURGE
short_description:const METHOD_PURGE
class_import:
info:const METHOD_PURGE
163:
type:constant
name:METHOD_OPTIONS
label:METHOD_OPTIONS
short_description:const METHOD_OPTIONS
class_import:
info:const METHOD_OPTIONS
164:
type:constant
name:METHOD_TRACE
label:METHOD_TRACE
short_description:const METHOD_TRACE
class_import:
info:const METHOD_TRACE
165:
type:constant
name:METHOD_CONNECT
label:METHOD_CONNECT
short_description:const METHOD_CONNECT
class_import:
info:const METHOD_CONNECT
issues:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment