Classes

N

App\Khan\Bootstrap

C
KhanController
C
KhanModel
N

App\Khan\Component\Cdn

C
Cdn
N

App\Khan\Component\Container

C
ServiceContainer
N

App\Khan\Component\DB

C
DB
C
Model
N

App\Khan\Component\Encrypt

C
Encrypt
N

App\Khan\Component\Hooks

C
Hooks
N

App\Khan\Component\HttpFoundation

C
AcceptHeader Represents an Accept-* header.
C
AcceptHeaderItem Represents an Accept-* header item.
C
ApacheRequest Request represents an HTTP request from an Apache server.
C
BinaryFileResponse BinaryFileResponse represents an HTTP response delivering a file.
C
Cookie Represents a cookie.
C
ExpressionRequestMatcher ExpressionRequestMatcher uses an expression to match a Request.
C
FileBag FileBag is a container for uploaded files.
N

App\Khan\Component\HttpFoundation\File

C
File A file in the file system.
C
UploadedFile A file uploaded through a form.
N

App\Khan\Component\HttpFoundation

C
HeaderBag HeaderBag is a container for HTTP headers.
C
IpUtils Http utility functions.
C
JsonResponse Response represents an HTTP response in JSON format.
C
ParameterBag ParameterBag is a container for key/value pairs.
C
RedirectResponse RedirectResponse represents an HTTP response doing a redirect.
C
Request Request represents an HTTP request.
C
RequestMatcher RequestMatcher compares a pre-defined set of checks against a Request instance.
I
RequestMatcherInterface RequestMatcherInterface is an interface for strategies to match a Request.
C
RequestStack Request stack that controls the lifecycle of requests.
C
Response Response represents an HTTP response.
C
ResponseHeaderBag ResponseHeaderBag is a container for Response HTTP headers.
C
ServerBag ServerBag is a container for HTTP headers from the $_SERVER variable.
C
StreamedResponse StreamedResponse represents a streamed HTTP response.
N

App\Khan\Component\Mime

C
Mime
N

App\Khan\Component\Router\Components

T
CsrfToken
N

App\Khan\Component\Router\Http\Interfaces

I
Request
I
Response
N

App\Khan\Component\Router\Http

T
Middlewares
C
Request Request Class and Interface Implement
C
Response
N

App\Khan\Component\Router\RegexEngine

T
RegexEngine
N

App\Khan\Component\Router\Router

C
ConfigureRoute
C
GroupRouter
C
Resource
C
Responser
C
Router
T
Temporary
N

App\Khan\Component\Socket

C
Socket
N

App\Khan\Component\Strategy

C
Strategy
N

App\Khan\Component\Stream

C
StreamServer
N

App\Khan\Component\Validate

C
Data
N

App\Khan\Contracts\Libraries

I
Libraries
N

App\Khan\Contracts\Middlewares

I
Middleware
N

App\Khan

C
Khan Class Core Run Project
C
KhanFactory Create khan class in factory
N

App\Khan\Libraries

C
Cache
C
Files
C
Image
C
Mail
C
Request
C
Session
N

C
Build
N

Command

C
ApiCommand
N

Command\Bot

C
Bot
C
BotBuild
N

Command

C
ControllerCommand
C
CreateCommand
C
GulpCommand
C
JsCommand
C
KhanCommand
C
LiveCommand
C
MakeCommand
C
MiddlewareCommand
C
ModelCommand
C
ReactCommand
C
SassCommand
C
ServerCommand
C
StrategyCommand
C
ViewCommand
C
VueCommand
N

Middlewares

C
CheckLogin
N

MyApp

C
AuthController
N

StrategysAuth

C
AuthStrategy
C
strategyName
N

Symfony\Component\HttpFoundation\Exception

C
ConflictingHeadersException The HTTP request contains headers with conflicting information.
I
RequestExceptionInterface Interface for Request exceptions.
C
SuspiciousOperationException Raised when a user has performed an operation that should be considered suspicious from a security perspective.
N

Symfony\Component\HttpFoundation\File\Exception

C
AccessDeniedException Thrown when the access on a file was denied.
C
CannotWriteFileException Thrown when an UPLOAD_ERR_CANT_WRITE error occurred with UploadedFile.
C
ExtensionFileException Thrown when an UPLOAD_ERR_EXTENSION error occurred with UploadedFile.
C
FileException Thrown when an error occurred in the component File.
C
FileNotFoundException Thrown when a file was not found.
C
FormSizeFileException Thrown when an UPLOAD_ERR_FORM_SIZE error occurred with UploadedFile.
C
IniSizeFileException Thrown when an UPLOAD_ERR_INI_SIZE error occurred with UploadedFile.
C
NoFileException Thrown when an UPLOAD_ERR_NO_FILE error occurred with UploadedFile.
C
NoTmpDirFileException Thrown when an UPLOAD_ERR_NO_TMP_DIR error occurred with UploadedFile.
C
PartialFileException Thrown when an UPLOAD_ERR_PARTIAL error occurred with UploadedFile.
C
UnexpectedTypeException
C
UploadException Thrown when an error occurred during file upload.
N

Symfony\Component\HttpFoundation\File\MimeType

C
ExtensionGuesser A singleton mime type to file extension guesser.
I
ExtensionGuesserInterface Guesses the file extension corresponding to a given mime type.
C
FileBinaryMimeTypeGuesser Guesses the mime type with the binary "file" (only available on *nix).
C
FileinfoMimeTypeGuesser Guesses the mime type using the PECL extension FileInfo.
C
MimeTypeExtensionGuesser Provides a best-guess mapping of mime type to file extension.
C
MimeTypeGuesser A singleton mime type guesser.
I
MimeTypeGuesserInterface Guesses the mime type of a file.
N

Symfony\Component\HttpFoundation\File

C
Stream A PHP stream of unknown size.
N

Symfony\Component\HttpFoundation\Session\Attribute

C
AttributeBag This class relates to session attribute storage.
I
AttributeBagInterface Attributes store.
C
NamespacedAttributeBag This class provides structured storage of session attributes using a name spacing character in the key.
N

Symfony\Component\HttpFoundation\Session\Flash

C
AutoExpireFlashBag AutoExpireFlashBag flash message container.
C
FlashBag FlashBag flash message container.
I
FlashBagInterface FlashBagInterface.
N

Symfony\Component\HttpFoundation\Session

C
Session
I
SessionBagInterface Session Bag store.
C
SessionBagProxy
I
SessionInterface Interface for the session.
N

Symfony\Component\HttpFoundation\Session\Storage\Handler

C
AbstractSessionHandler This abstract session handler provides a generic implementation of the PHP 7.0 SessionUpdateTimestampHandlerInterface, enabling strict and lazy session handling.
C
MemcachedSessionHandler Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension.
C
MigratingSessionHandler Migrating session handler for migrating from one handler to another. It reads from the current handler and writes both the current and new ones.
C
MongoDbSessionHandler Session handler using the mongodb/mongodb package and MongoDB driver extension.
C
NativeFileSessionHandler Native session handler using PHP's built in file storage.
C
NullSessionHandler Can be used in unit testing or in a situations where persisted sessions are not desired.
C
PdoSessionHandler Session handler using a PDO connection to read and write data.
C
RedisSessionHandler Redis based session storage handler based on the Redis class provided by the PHP redis extension.
C
StrictSessionHandler Adds basic SessionUpdateTimestampHandlerInterface behaviors to another SessionHandlerInterface.
N

Symfony\Component\HttpFoundation\Session\Storage

C
MetadataBag Metadata container.
C
MockArraySessionStorage MockArraySessionStorage mocks the session for unit tests.
C
MockFileSessionStorage MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process.
C
NativeSessionStorage This provides a base class for session attribute storage.
C
PhpBridgeSessionStorage Allows session to be started by PHP and managed by Symfony.
N

Symfony\Component\HttpFoundation\Session\Storage\Proxy

C
AbstractProxy
C
SessionHandlerProxy
N

Symfony\Component\HttpFoundation\Session\Storage

I
SessionStorageInterface StorageInterface.
N

Symfony\Component\HttpFoundation\Tests

C
AcceptHeaderItemTest
C
AcceptHeaderTest
C
ApacheRequestTest
C
BinaryFileResponseTest
C
CookieTest CookieTest.
C
DefaultResponse
C
ExpressionRequestMatcherTest
C
FileBagTest FileBagTest.
N

Symfony\Component\HttpFoundation\Tests\File

C
FakeFile
C
FileTest
N

Symfony\Component\HttpFoundation\Tests\File\MimeType

C
MimeTypeTest
N

Symfony\Component\HttpFoundation\Tests\File

C
UploadedFileTest
N

Symfony\Component\HttpFoundation\Tests

C
HeaderBagTest
C
IpUtilsTest
C
JsonResponseTest
C
JsonSerializableObject
C
NewRequest
C
ParameterBagTest
C
RedirectResponseTest
C
RequestContentProxy
C
RequestMatcherTest
C
RequestStackTest
C
RequestTest
C
ResponseHeaderBagTest
C
ResponseTest
C
ResponseTestCase
C
ServerBagTest ServerBagTest.
N

Symfony\Component\HttpFoundation\Tests\Session\Attribute

C
AttributeBagTest Tests AttributeBag.
C
NamespacedAttributeBagTest Tests NamespacedAttributeBag.
N

Symfony\Component\HttpFoundation\Tests\Session\Flash

C
AutoExpireFlashBagTest AutoExpireFlashBagTest.
C
FlashBagTest FlashBagTest.
N

Symfony\Component\HttpFoundation\Tests\Session

C
SessionTest SessionTest.
N

Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler

C
AbstractRedisSessionHandlerTestCase
C
AbstractSessionHandlerTest
C
MemcachedSessionHandlerTest
C
MigratingSessionHandlerTest
C
MockPdo
C
MongoDbSessionHandlerTest
C
NativeFileSessionHandlerTest Test class for NativeFileSessionHandler.
C
NullSessionHandlerTest Test class for NullSessionHandler.
C
PdoSessionHandlerTest
C
PredisClusterSessionHandlerTest
C
PredisSessionHandlerTest
C
RedisArraySessionHandlerTest
C
RedisSessionHandlerTest
C
StrictSessionHandlerTest
N

Symfony\Component\HttpFoundation\Tests\Session\Storage

C
MetadataBagTest Test class for MetadataBag.
C
MockArraySessionStorageTest Test class for MockArraySessionStorage.
C
MockFileSessionStorageTest Test class for MockFileSessionStorage.
C
NativeSessionStorageTest Test class for NativeSessionStorage.
C
PhpBridgeSessionStorageTest Test class for PhpSessionStorage.
N

Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy

C
AbstractProxyTest Test class for AbstractProxy.
C
SessionHandlerProxyTest Tests for SessionHandlerProxy class.
N

Symfony\Component\HttpFoundation\Tests

C
StreamedResponseTest
C
StringableObject