This is an index of the following types:
The first column is the type's initial character.
M |
bind() | ServiceContainer | |
C |
BinaryFileResponse | App\Khan\Component\HttpFoundation | BinaryFileResponse represents an HTTP response delivering a file. |
P |
$Request | Request | |
P |
$Request | Request | |
M |
build() | RegexEngine | |
C |
Build | ||
C |
Bot | Command\Bot | |
C |
BotBuild | Command\Bot | |
P |
$MockArraySessionStorage | MockArraySessionStorage | |
P |
$NativeSessionStorage | NativeSessionStorage | |
C |
BinaryFileResponseTest | Symfony\Component\HttpFoundation\Tests | |
M |
beginTransaction() | MockPdo | |
P |
$MetadataBagTest | MetadataBagTest |
M |
get() | ServiceContainer | |
M |
getConn() | DB | |
M |
get_vars() | Model | |
M |
get() | Model | |
M |
get() | AcceptHeader | Returns given value's item, if exists. |
M |
getValue() | AcceptHeaderItem | Returns the item value. |
M |
getQuality() | AcceptHeaderItem | Returns the item quality. |
M |
getIndex() | AcceptHeaderItem | Returns the item index. |
M |
getAttribute() | AcceptHeaderItem | Returns an attribute by its name. |
M |
getAttributes() | AcceptHeaderItem | Returns all attributes. |
M |
getFile() | BinaryFileResponse | Gets the file. |
M |
getContent() | BinaryFileResponse | Gets the current response content. |
M |
getName() | Cookie | Gets the name of the cookie. |
M |
getValue() | Cookie | Gets the value of the cookie. |
M |
getDomain() | Cookie | Gets the domain that the cookie is available to. |
M |
getExpiresTime() | Cookie | Gets the time the cookie expires. |
M |
getMaxAge() | Cookie | Gets the max-age attribute. |
M |
getPath() | Cookie | Gets the path on the server in which the cookie will be available on. |
M |
getSameSite() | Cookie | Gets the SameSite attribute. |
M |
guessExtension() | File | Returns the extension based on the mime type. |
M |
getMimeType() | File | Returns the mime type of the file. |
M |
getTargetFile() | File | |
M |
getName() | File | Returns locale independent base name of the given path. |
M |
getClientOriginalName() | UploadedFile | Returns the original file name. |
M |
getClientOriginalExtension() | UploadedFile | Returns the original file extension. |
M |
getClientMimeType() | UploadedFile | Returns the file mime type. |
M |
guessClientExtension() | UploadedFile | Returns the extension based on the client mime type. |
M |
getClientSize() | UploadedFile | Returns the file size. |
M |
getError() | UploadedFile | Returns the upload error. |
M |
getMaxFilesize() | UploadedFile | Returns the maximum size of an uploaded file as configured in php.ini. |
M |
getErrorMessage() | UploadedFile | Returns an informative upload error message. |
M |
get() | HeaderBag | Returns a header value by name. |
M |
getDate() | HeaderBag | Returns the HTTP header value converted to a date. |
M |
getCacheControlDirective() | HeaderBag | Returns a Cache-Control directive value by name. |
M |
getIterator() | HeaderBag | Returns an iterator for headers. |
M |
getCacheControlHeader() | HeaderBag | |
M |
getEncodingOptions() | JsonResponse | Returns options used while encoding data to JSON. |
M |
get() | ParameterBag | Returns a parameter by name. |
M |
getAlpha() | ParameterBag | Returns the alphabetic characters of the parameter value. |
M |
getAlnum() | ParameterBag | Returns the alphabetic characters and digits of the parameter value. |
M |
getDigits() | ParameterBag | Returns the digits of the parameter value. |
M |
getInt() | ParameterBag | Returns the parameter value converted to integer. |
M |
getBoolean() | ParameterBag | Returns the parameter value converted to boolean. |
M |
getIterator() | ParameterBag | Returns an iterator for parameters. |
M |
getTargetUrl() | RedirectResponse | Returns the target URL. |
M |
getTrustedProxies() | Request | Gets the list of trusted proxies. |
M |
getTrustedHeaderSet() | Request | Gets the set of trusted headers from trusted proxies. |
M |
getTrustedHosts() | Request | Gets the list of trusted host patterns. |
M |
getHttpMethodParameterOverride() | Request | Checks whether support for the _method request parameter is enabled. |
M |
get() | Request | Gets a "parameter" value from any bag. |
M |
getSession() | Request | Gets the Session. |
M |
getClientIps() | Request | Returns the client IP addresses. |
M |
getClientIp() | Request | Returns the client IP address. |
M |
getScriptName() | Request | Returns current script name. |
M |
getPathInfo() | Request | Returns the path being requested relative to the executed script. |
M |
getBasePath() | Request | Returns the root path from which this request is executed. |
M |
getBaseUrl() | Request | Returns the root URL from which this request is executed. |
M |
getScheme() | Request | Gets the request's scheme. |
M |
getPort() | Request | Returns the port on which the request is made. |
M |
getUser() | Request | Returns the user. |
M |
getPassword() | Request | Returns the password. |
M |
getUserInfo() | Request | Gets the user info. |
M |
getHttpHost() | Request | Returns the HTTP host being requested. |
M |
getRequestUri() | Request | Returns the requested URI (path and query string). |
M |
getSchemeAndHttpHost() | Request | Gets the scheme and HTTP host. |
M |
getUri() | Request | Generates a normalized URI (URL) for the Request. |
M |
getUriForPath() | Request | Generates a normalized URI for the given path. |
M |
getRelativeUriForPath() | Request | Returns the path as relative reference from the current Request path. |
M |
getQueryString() | Request | Generates the normalized query string for the Request. |
M |
getHost() | Request | Returns the host name. |
M |
getMethod() | Request | Gets the request "intended" method. |
M |
getRealMethod() | Request | Gets the "real" request method. |
M |
getMimeType() | Request | Gets the mime type associated with the format. |
M |
getMimeTypes() | Request | Gets the mime types associated with the format. |
M |
getFormat() | Request | Gets the format associated with the mime type. |
M |
getRequestFormat() | Request | Gets the request format. |
M |
getContentType() | Request | Gets the format associated with the request. |
M |
getDefaultLocale() | Request | Get the default locale. |
M |
getLocale() | Request | Get the locale. |
M |
getProtocolVersion() | Request | Returns the protocol version. |
M |
getContent() | Request | Returns the request body content. |
M |
getETags() | Request | Gets the Etags. |
M |
getPreferredLanguage() | Request | Returns the preferred language. |
M |
getLanguages() | Request | Gets a list of languages acceptable by the client browser. |
M |
getCharsets() | Request | Gets a list of charsets acceptable by the client browser. |
M |
getEncodings() | Request | Gets a list of encodings acceptable by the client browser. |
M |
getAcceptableContentTypes() | Request | Gets a list of content types acceptable by the client browser. |
M |
getCurrentRequest() | RequestStack | |
M |
getMasterRequest() | RequestStack | Gets the master Request. |
M |
getParentRequest() | RequestStack | Returns the parent request of the current. |
M |
getContent() | Response | Gets the current response content. |
M |
getProtocolVersion() | Response | Gets the HTTP protocol version. |
M |
getStatusCode() | Response | Retrieves the status code for the current web response. |
M |
getCharset() | Response | Retrieves the response charset. |
M |
getDate() | Response | Returns the Date header as a DateTime instance. |
M |
getAge() | Response | Returns the age of the response in seconds. |
M |
getExpires() | Response | Returns the value of the Expires header as a DateTime instance. |
M |
getMaxAge() | Response | Returns the number of seconds after the time specified in the response's Date header when the response should no longer be considered fresh. |
M |
getTtl() | Response | Returns the response's time-to-live in seconds. |
M |
getLastModified() | Response | Returns the Last-Modified HTTP header as a DateTime instance. |
M |
getEtag() | Response | Returns the literal value of the ETag HTTP header. |
M |
getVary() | Response | Returns an array of header names given in the Vary header. |
M |
getCacheControlDirective() | ResponseHeaderBag | Returns a Cache-Control directive value by name. |
M |
getCookies() | ResponseHeaderBag | Returns an array with all cookies. |
M |
getHeaders() | ServerBag | Gets the HTTP headers. |
M |
getContent() | StreamedResponse | Gets the current response content. |
M |
get() | Mime | |
M |
get_mime_type() | Mime | |
M |
get() | Request | |
M |
getSession() | Request | |
M |
getClientIps() | Request | |
M |
getClientIp() | Request | |
M |
getScriptName() | Request | |
M |
getPathInfo() | Request | |
M |
getBasePath() | Request | |
M |
getBaseUrl() | Request | |
M |
getScheme() | Request | |
M |
getPort() | Request | |
M |
getUser() | Request | |
M |
getPassword() | Request | |
M |
getUserInfo() | Request | |
M |
getHttpHost() | Request | |
M |
getRequestUri() | Request | |
M |
getSchemeAndHttpHost() | Request | |
M |
getUri() | Request | |
M |
getUriForPath() | Request | |
M |
getRelativeUriForPath() | Request | |
M |
getQueryString() | Request | |
M |
getHost() | Request | |
M |
getMethod() | Request | |
M |
getRealMethod() | Request | |
M |
getMimeType() | Request | |
M |
getMimeTypes() | Request | |
M |
getFormat() | Request | |
M |
getRequestFormat() | Request | |
M |
getContentType() | Request | |
M |
getDefaultLocale() | Request | |
M |
getLocale() | Request | |
M |
getContent() | Request | |
M |
getETags() | Request | |
M |
getPreferredLanguage() | Request | |
M |
getLanguages() | Request | |
M |
getCharsets() | Request | |
M |
getEncodings() | Request | |
M |
getAcceptableContentTypes() | Request | |
M |
getContent() | Response | |
M |
getProtocolVersion() | Response | |
M |
getStatusCode() | Response | |
M |
getCharset() | Response | |
M |
getDate() | Response | |
M |
getAge() | Response | |
M |
getExpires() | Response | |
M |
getMaxAge() | Response | |
M |
getTtl() | Response | |
M |
getLastModified() | Response | |
M |
getEtag() | Response | |
M |
getVary() | Response | |
M |
getAll() | Request | |
C |
GroupRouter | App\Khan\Component\Router\Router | |
M |
get_uri() | Router | |
M |
generate() | Router | |
M |
group() | Router | |
M |
get() | Router | |
M |
generateHash() | Temporary | |
M |
gen() | Temporary | |
M |
get() | Cache | |
M |
get() | Request | |
M |
get() | Session | |
M |
getPhpClasses() | Bot | |
C |
GulpCommand | Command | |
P |
$ExtensionGuesser | ExtensionGuesser | All registered ExtensionGuesserInterface instances. |
M |
getInstance() | ExtensionGuesser | Returns the singleton instance. |
M |
guess() | ExtensionGuesser | Tries to guess the extension. |
M |
guess() | ExtensionGuesserInterface | Makes a best guess for a file extension, given a mime type. |
M |
guess() | FileBinaryMimeTypeGuesser | Guesses the mime type of the file with the given path. |
M |
guess() | FileinfoMimeTypeGuesser | Guesses the mime type of the file with the given path. |
M |
guess() | MimeTypeExtensionGuesser | Makes a best guess for a file extension, given a mime type. |
P |
$MimeTypeGuesser | MimeTypeGuesser | All registered MimeTypeGuesserInterface instances. |
M |
getInstance() | MimeTypeGuesser | Returns the singleton instance. |
M |
guess() | MimeTypeGuesser | Tries to guess the mime type of the given file. |
M |
guess() | MimeTypeGuesserInterface | Guesses the mime type of the file with the given path. |
M |
getSize() | Stream | {@inheritdoc} |
M |
getName() | AttributeBag | Gets this bag's name. |
M |
getStorageKey() | AttributeBag | Gets the storage key for this bag. |
M |
get() | AttributeBag | Returns an attribute. |
M |
getIterator() | AttributeBag | Returns an iterator for attributes. |
M |
get() | AttributeBagInterface | Returns an attribute. |
M |
get() | NamespacedAttributeBag | Returns an attribute. |
M |
getName() | AutoExpireFlashBag | Gets this bag's name. |
M |
get() | AutoExpireFlashBag | Gets and clears flash from the stack. |
M |
getStorageKey() | AutoExpireFlashBag | Gets the storage key for this bag. |
M |
getName() | FlashBag | Gets this bag's name. |
M |
get() | FlashBag | Gets and clears flash from the stack. |
M |
getStorageKey() | FlashBag | Gets the storage key for this bag. |
M |
get() | FlashBagInterface | Gets and clears flash from the stack. |
M |
get() | Session | Returns an attribute. |
M |
getIterator() | Session | Returns an iterator for attributes. |
M |
getId() | Session | Returns the session ID. |
M |
getName() | Session | Returns the session name. |
M |
getMetadataBag() | Session | Gets session meta. |
M |
getBag() | Session | Gets a bag instance by name. |
M |
getFlashBag() | Session | Gets the flashbag interface. |
M |
getName() | SessionBagInterface | Gets this bag's name. |
M |
getStorageKey() | SessionBagInterface | Gets the storage key for this bag. |
M |
getBag() | SessionBagProxy | |
M |
getName() | SessionBagProxy | Gets this bag's name. |
M |
getStorageKey() | SessionBagProxy | Gets the storage key for this bag. |
M |
getId() | SessionInterface | Returns the session ID. |
M |
getName() | SessionInterface | Returns the session name. |
M |
get() | SessionInterface | Returns an attribute. |
M |
getBag() | SessionInterface | Gets a bag instance by name. |
M |
getMetadataBag() | SessionInterface | Gets session meta. |
M |
gc() | MemcachedSessionHandler | {@inheritdoc} |
M |
getMemcached() | MemcachedSessionHandler | Return a Memcached instance. |
M |
gc() | MigratingSessionHandler | {@inheritdoc} |
M |
gc() | MongoDbSessionHandler | {@inheritdoc} |
M |
getMongo() | MongoDbSessionHandler | |
M |
gc() | NullSessionHandler | {@inheritdoc} |
M |
gc() | PdoSessionHandler | {@inheritdoc} |
M |
getConnection() | PdoSessionHandler | Return a PDO instance. |
M |
gc() | RedisSessionHandler | {@inheritdoc} |
M |
gc() | StrictSessionHandler | {@inheritdoc} |
M |
getLifetime() | MetadataBag | Gets the lifetime that the session cookie was set with. |
M |
getStorageKey() | MetadataBag | Gets the storage key for this bag. |
M |
getCreated() | MetadataBag | Gets the created timestamp metadata. |
M |
getLastUsed() | MetadataBag | Gets the last used metadata. |
M |
getName() | MetadataBag | Gets this bag's name. |
M |
getId() | MockArraySessionStorage | Returns the session ID. |
M |
getName() | MockArraySessionStorage | Returns the session name. |
M |
getBag() | MockArraySessionStorage | Gets a SessionBagInterface by name. |
M |
getMetadataBag() | MockArraySessionStorage | Gets the MetadataBag. |
M |
generateId() | MockArraySessionStorage | Generates a session ID. |
M |
getSaveHandler() | NativeSessionStorage | Gets the save handler instance. |
M |
getId() | NativeSessionStorage | Returns the session ID. |
M |
getName() | NativeSessionStorage | Returns the session name. |
M |
getBag() | NativeSessionStorage | Gets a SessionBagInterface by name. |
M |
getMetadataBag() | NativeSessionStorage | Gets the MetadataBag. |
M |
getSaveHandlerName() | AbstractProxy | Gets the session.save_handler name. |
M |
getId() | AbstractProxy | Gets the session ID. |
M |
getName() | AbstractProxy | Gets the session name. |
M |
getHandler() | SessionHandlerProxy | |
M |
gc() | SessionHandlerProxy | {@inheritdoc} |
M |
getId() | SessionStorageInterface | Returns the session ID. |
M |
getName() | SessionStorageInterface | Returns the session name. |
M |
getBag() | SessionStorageInterface | Gets a SessionBagInterface by name. |
M |
getMetadataBag() | SessionStorageInterface | |
M |
getSampleXAccelMappings() | BinaryFileResponseTest | |
M |
getRealpath() | FakeFile | |
M |
getSize() | FakeFile | |
M |
getMTime() | FakeFile | |
M |
getFilenameFixtures() | FileTest | |
M |
getIpv4Data() | IpUtilsTest | |
M |
getIpv6Data() | IpUtilsTest | |
M |
getFoo() | NewRequest | |
M |
getContent() | RequestContentProxy | |
M |
getMethodData() | RequestMatcherTest | |
M |
getHostData() | RequestMatcherTest | |
M |
getFormatToMimeTypeMapProviderWithAdditionalNullFormat() | RequestTest | |
M |
getFormatToMimeTypeMapProvider() | RequestTest | |
M |
getRelativeUriForPathData() | RequestTest | |
M |
getQueryStringNormalizationData() | RequestTest | |
M |
getClientIpsForwardedProvider() | RequestTest | |
M |
getClientIpsProvider() | RequestTest | |
M |
getClientIpsWithConflictingHeadersProvider() | RequestTest | |
M |
getClientIpsWithAgreeingHeadersProvider() | RequestTest | |
M |
getContentCantBeCalledTwiceWithResourcesProvider() | RequestTest | |
M |
getContentCanBeCalledTwiceWithResourcesProvider() | RequestTest | |
M |
getBaseUrlData() | RequestTest | |
M |
getHostValidities() | RequestTest | |
M |
getLongHostNames() | RequestTest | |
M |
getStatusCodeFixtures() | ResponseTest | |
M |
getOptionFixtures() | AbstractRedisSessionHandlerTestCase | |
M |
getFixture() | AbstractRedisSessionHandlerTestCase | |
M |
getOptionFixtures() | MemcachedSessionHandlerTest | |
M |
getAttribute() | MockPdo | |
M |
getStorage() | NullSessionHandlerTest | |
M |
getPersistentSqliteDsn() | PdoSessionHandlerTest | |
M |
getMemorySqlitePdo() | PdoSessionHandlerTest | |
M |
getStorage() | NativeSessionStorageTest | |
M |
getStorage() | PhpBridgeSessionStorageTest |
M |
helpers() | KhanController | |
M |
helpers() | KhanModel | |
M |
has() | ServiceContainer | |
C |
Hooks | App\Khan\Component\Hooks | |
M |
has() | AcceptHeader | Tests if header has given value. |
M |
hasAttribute() | AcceptHeaderItem | Tests if an attribute exists. |
P |
$Cookie | Cookie | |
C |
HeaderBag | App\Khan\Component\HttpFoundation | HeaderBag is a container for HTTP headers. |
P |
$HeaderBag | HeaderBag | |
M |
has() | HeaderBag | Returns true if the HTTP header is defined. |
M |
hasCacheControlDirective() | HeaderBag | Returns true if the Cache-Control directive is defined. |
M |
has() | ParameterBag | Returns true if the parameter is defined. |
P |
$Request | Request | |
P |
$Request | Request | Headers (taken from the $_SERVER). |
M |
hasPreviousSession() | Request | Whether the request contains a Session which was started in one of the previous requests. |
M |
hasSession() | Request | Whether the request contains a Session object. |
P |
$Response | Response | |
M |
hasVary() | Response | Returns true if the response includes a Vary header. |
P |
$ResponseHeaderBag | ResponseHeaderBag | |
M |
hasCacheControlDirective() | ResponseHeaderBag | Returns true if the Cache-Control directive is defined. |
M |
hasPreviousSession() | Request | |
M |
hasSession() | Request | |
M |
hasVary() | Response | |
M |
helpers() | Responser | |
M |
has() | Router | |
M |
hour() | Temporary | |
M |
handle() | Middleware | |
M |
has() | Session | |
M |
handle() | CheckLogin | |
M |
has() | AttributeBag | Checks if an attribute is defined. |
M |
has() | AttributeBagInterface | Checks if an attribute is defined. |
M |
has() | NamespacedAttributeBag | Checks if an attribute is defined. |
M |
has() | AutoExpireFlashBag | Has flash messages for a given type? |
M |
has() | FlashBag | Has flash messages for a given type? |
M |
has() | FlashBagInterface | Has flash messages for a given type? |
M |
has() | Session | Checks if an attribute is defined. |
M |
hasBeenStarted() | Session | |
M |
has() | SessionInterface | Checks if an attribute is defined. |
P |
$SessionHandlerProxy | SessionHandlerProxy | |
C |
HeaderBagTest | Symfony\Component\HttpFoundation\Tests | |
M |
hasFixture() | AbstractRedisSessionHandlerTestCase |
M |
isSecure() | Cookie | Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client. |
M |
isHttpOnly() | Cookie | Checks whether the cookie will be made accessible only through the HTTP protocol. |
M |
isCleared() | Cookie | Whether this cookie is about to be cleared. |
M |
isRaw() | Cookie | Checks if the cookie value should be sent with no url encoding. |
M |
isValid() | UploadedFile | Returns whether the file was uploaded successfully. |
C |
IpUtils | App\Khan\Component\HttpFoundation | Http utility functions. |
M |
initialize() | Request | Sets the parameters for this request. |
M |
isSecure() | Request | Checks whether the request is secure or not. |
M |
isMethod() | Request | Checks if the request method is of specified type. |
M |
isMethodSafe() | Request | Checks whether or not the method is safe. |
M |
isMethodIdempotent() | Request | Checks whether or not the method is idempotent. |
M |
isMethodCacheable() | Request | Checks whether the method is cacheable or not. |
M |
isNoCache() | Request | |
M |
isXmlHttpRequest() | Request | Returns true if the request is a XMLHttpRequest. |
M |
initializeFormats() | Request | Initializes HTTP request formats. |
M |
isFromTrustedProxy() | Request | Indicates whether this request originated from a trusted proxy. |
M |
isCacheable() | Response | Returns true if the response may safely be kept in a shared (surrogate) cache. |
M |
isFresh() | Response | Returns true if the response is "fresh". |
M |
isValidateable() | Response | Returns true if the response includes headers that can be used to validate the response with the origin server using a conditional GET request. |
M |
isImmutable() | Response | Returns true if the response is marked as "immutable". |
M |
isNotModified() | Response | Determines if the Response validators (ETag, Last-Modified) match a conditional value specified in the Request. |
M |
isInvalid() | Response | Is response invalid? |
M |
isInformational() | Response | Is response informative? |
M |
isSuccessful() | Response | Is response successful? |
M |
isRedirection() | Response | Is the response a redirect? |
M |
isClientError() | Response | Is there a client error? |
M |
isServerError() | Response | Was there a server side error? |
M |
isOk() | Response | Is the response OK? |
M |
isForbidden() | Response | Is the response forbidden? |
M |
isNotFound() | Response | Is the response a not found error? |
M |
isRedirect() | Response | Is the response a redirect of some form? |
M |
isEmpty() | Response | Is the response empty? |
M |
isSecure() | Request | |
M |
isMethod() | Request | |
M |
isMethodSafe() | Request | |
M |
isMethodIdempotent() | Request | |
M |
isMethodCacheable() | Request | |
M |
isNoCache() | Request | |
M |
isXmlHttpRequest() | Request | |
M |
isFromTrustedProxy() | Request | |
M |
isCacheable() | Response | |
M |
isFresh() | Response | |
M |
isValidateable() | Response | |
M |
isInvalid() | Response | |
M |
isInformational() | Response | |
M |
isSuccessful() | Response | |
M |
isRedirection() | Response | |
M |
isClientError() | Response | |
M |
isServerError() | Response | |
M |
isOk() | Response | |
M |
isForbidden() | Response | |
M |
isNotFound() | Response | |
M |
isRedirect() | Response | |
M |
isEmpty() | Response | |
M |
infoFile() | Request | |
M |
isJsonReturn() | Router | |
M |
isJsonRes() | Router | |
M |
isRespond() | Router | |
M |
isMiddlewareRouter() | Router | |
M |
init() | Socket | |
M |
is_url() | Data | |
P |
$Khan | Khan | |
P |
$Cache | Cache | |
M |
init() | Cache | |
P |
$Files | Files | |
M |
isType() | Files | |
C |
Image | App\Khan\Libraries | |
P |
$Image | Image | |
P |
|||
P |
$Request | Request | |
P |
$Session | Session | |
P |
$Bot | Bot | |
M |
init() | Bot | |
C |
IniSizeFileException | Symfony\Component\HttpFoundation\File\Exception | Thrown when an UPLOAD_ERR_INI_SIZE error occurred with UploadedFile. |
M |
isSupported() | FileBinaryMimeTypeGuesser | Returns whether this guesser is supported on the current OS. |
M |
isSupported() | FileinfoMimeTypeGuesser | Returns whether this guesser is supported on the current OS/PHP setup. |
M |
initialize() | AttributeBag | Initializes the Bag. |
M |
initialize() | AutoExpireFlashBag | Initializes the Bag. |
M |
initialize() | FlashBag | Initializes the Bag. |
M |
isStarted() | Session | Checks if the session was started. |
M |
isEmpty() | Session | |
M |
invalidate() | Session | Invalidates the current session. |
M |
initialize() | SessionBagInterface | Initializes the Bag. |
M |
isEmpty() | SessionBagProxy | |
M |
initialize() | SessionBagProxy | Initializes the Bag. |
M |
invalidate() | SessionInterface | Invalidates the current session. |
M |
isStarted() | SessionInterface | Checks if the session was started. |
M |
isSessionExpired() | PdoSessionHandler | Returns true when the current session exists but expired according to session.gc_maxlifetime. |
M |
initialize() | MetadataBag | Initializes the Bag. |
P |
$MockArraySessionStorage | MockArraySessionStorage | |
M |
isStarted() | MockArraySessionStorage | Checks if the session is started. |
M |
isStarted() | NativeSessionStorage | Checks if the session is started. |
M |
isSessionHandlerInterface() | AbstractProxy | Is this proxy handler and instance of \SessionHandlerInterface. |
M |
isWrapper() | AbstractProxy | Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. |
M |
isActive() | AbstractProxy | Has a session started? |
M |
isStarted() | SessionStorageInterface | Checks if the session is started. |
M |
invalidNames() | CookieTest | |
M |
isReadable() | FakeFile | |
C |
IpUtilsTest | Symfony\Component\HttpFoundation\Tests | |
M |
invalidIpAddressData() | IpUtilsTest | |
M |
iisRequestUriProvider() | RequestTest | |
M |
invalidContentProvider() | ResponseTest | |
M |
ianaCodesReasonPhrasesProvider() | ResponseTest |
C |
JsonResponse | App\Khan\Component\HttpFoundation | Response represents an HTTP response in JSON format. |
M |
json() | Response | |
C |
JsCommand | Command | |
C |
JsonResponseTest | Symfony\Component\HttpFoundation\Tests | |
C |
JsonSerializableObject | Symfony\Component\HttpFoundation\Tests | |
M |
jsonSerialize() | JsonSerializableObject |
C |
KhanController | App\Khan\Bootstrap | |
C |
KhanModel | App\Khan\Bootstrap | |
M |
keys() | HeaderBag | Returns the parameter keys. |
M |
keys() | ParameterBag | Returns the parameter keys. |
C |
Khan | App\Khan | Class Core Run Project |
C |
KhanFactory | App\Khan | Create khan class in factory |
C |
KhanCommand | Command | |
M |
keys() | AutoExpireFlashBag | Returns a list of all defined types. |
M |
keys() | FlashBag | Returns a list of all defined types. |
M |
keys() | FlashBagInterface | Returns a list of all defined types. |
M |
loadAliases() | KhanController | |
M |
loadAliases() | KhanModel | |
P |
$Request | Request | |
P |
$Request | Request | |
M |
loadTwig() | Response | |
M |
load() | Response | |
M |
loadTemp() | Temporary | |
M |
login() | Strategy | |
M |
logout() | Strategy | |
I |
Libraries | App\Khan\Contracts\Libraries | |
M |
loadUses() | Bot | |
C |
LiveCommand | Command | |
M |
logout() | AuthController | |
M |
login() | AuthController | |
M |
loadSession() | MockArraySessionStorage | |
M |
loadSession() | NativeSessionStorage | Load the session with attributes. |
P |
$BinaryFileResponse | BinaryFileResponse | |
M |
overrideGlobals() | Request | Overrides the PHP global variables according to this request instance. |
M |
open() | AbstractSessionHandler | {@inheritdoc} |
M |
open() | MigratingSessionHandler | {@inheritdoc} |
M |
open() | PdoSessionHandler | {@inheritdoc} |
M |
open() | StrictSessionHandler | {@inheritdoc} |
M |
open() | SessionHandlerProxy | {@inheritdoc} |
P |
$MongoDbSessionHandlerTest | MongoDbSessionHandlerTest |
P |
$Request | Request | Query string parameters ($_GET). |
M |
update() | Model | |
M |
unJson() | Hooks | |
C |
UploadedFile | App\Khan\Component\HttpFoundation\File | A file uploaded through a form. |
M |
update() | JsonResponse | Updates the content and headers according to the JSON data and callback. |
M |
uploadFile() | AuthController | |
C |
UnexpectedTypeException | Symfony\Component\HttpFoundation\File\Exception | |
C |
UploadException | Symfony\Component\HttpFoundation\File\Exception | Thrown when an error occurred during file upload. |
M |
updateTimestamp() | MemcachedSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | MigratingSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | MongoDbSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | NullSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | PdoSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | RedisSessionHandler | {@inheritdoc} |
M |
updateTimestamp() | StrictSessionHandler | {@inheritdoc} |
C |
UploadedFileTest | Symfony\Component\HttpFoundation\Tests\File | |
M |
uploadedFileErrorProvider() | UploadedFileTest | |
M |
urlencodedStringPrefixData() | RequestTest |
M |
verify() | Encrypt | |
P |
$Cookie | Cookie | |
P |
$Response | Response | |
M |
validateValue() | Request | |
M |
validateType() | Request | |
M |
view() | Response | |
M |
validate() | RegexEngine | |
M |
validateDatabase() | Strategy | |
M |
validate() | Strategy | |
P |
$Data | Data | |
M |
validate() | Data | |
M |
validEmail() | Data | |
C |
ViewCommand | Command | |
C |
VueCommand | Command | |
M |
validateId() | AbstractSessionHandler | {@inheritdoc} |
M |
validateId() | MigratingSessionHandler | {@inheritdoc} |
M |
validateId() | NullSessionHandler | {@inheritdoc} |
M |
validContentProvider() | ResponseTest | |
P |
$AbstractRedisSessionHandlerTestCase | AbstractRedisSessionHandlerTestCase |
M |
write() | Hooks | |
M |
work() | RegexEngine | |
M |
watch() | Bot | |
M |
write() | AbstractSessionHandler | {@inheritdoc} |
M |
write() | MigratingSessionHandler | {@inheritdoc} |
P |
$AbstractProxy | AbstractProxy | Flag if handler wraps an internal PHP session handler (using \SessionHandler). |
M |
write() | SessionHandlerProxy | {@inheritdoc} |