0 follower

Yii Framework 3.0 API Documentation

This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.

On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.

You can search API documentation using the search form on the top. You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().

This page is also available in JSON format:
curl https://www.yiiframework.com/doc/api/3.0/yii-debug -H 'Accept: application/json'

Class Description
Yiisoft\Yii\Debug\Collector\CollectorInterface Debug data collector responsibility is to collect data during application lifecycle.
Yiisoft\Yii\Debug\Collector\CollectorTrait
Yiisoft\Yii\Debug\Collector\Console\CommandCollector
Yiisoft\Yii\Debug\Collector\Console\ConsoleAppInfoCollector
Yiisoft\Yii\Debug\Collector\ContainerInterfaceProxy
Yiisoft\Yii\Debug\Collector\ContainerProxyConfig
Yiisoft\Yii\Debug\Collector\EventCollector
Yiisoft\Yii\Debug\Collector\EventDispatcherInterfaceProxy
Yiisoft\Yii\Debug\Collector\ExceptionCollector
Yiisoft\Yii\Debug\Collector\HttpClientCollector
Yiisoft\Yii\Debug\Collector\HttpClientInterfaceProxy
Yiisoft\Yii\Debug\Collector\LogCollector
Yiisoft\Yii\Debug\Collector\LoggerInterfaceProxy
Yiisoft\Yii\Debug\Collector\ProxyLogTrait
Yiisoft\Yii\Debug\Collector\ServiceCollector
Yiisoft\Yii\Debug\Collector\ServiceMethodProxy
Yiisoft\Yii\Debug\Collector\ServiceProxy
Yiisoft\Yii\Debug\Collector\Stream\FilesystemStreamCollector
Yiisoft\Yii\Debug\Collector\Stream\FilesystemStreamProxy
Yiisoft\Yii\Debug\Collector\Stream\HttpStreamCollector
Yiisoft\Yii\Debug\Collector\Stream\HttpStreamProxy
Yiisoft\Yii\Debug\Collector\SummaryCollectorInterface Summary data collector responsibility is to collect summary data for a collector.
Yiisoft\Yii\Debug\Collector\TimelineCollector
Yiisoft\Yii\Debug\Collector\VarDumperCollector
Yiisoft\Yii\Debug\Collector\VarDumperHandlerInterfaceProxy
Yiisoft\Yii\Debug\Collector\Web\RequestCollector
Yiisoft\Yii\Debug\Collector\Web\WebAppInfoCollector
Yiisoft\Yii\Debug\Command\DebugResetCommand
Yiisoft\Yii\Debug\DataNormalizer
Yiisoft\Yii\Debug\DebugServiceProvider
Yiisoft\Yii\Debug\Debugger Debugger collects data from collectors and stores it in a storage.
Yiisoft\Yii\Debug\Event\ProxyMethodCallEvent
Yiisoft\Yii\Debug\Helper\BacktraceMatcher BacktraceMatcher provides methods to match backtrace items returned by the PHP function debug_backtrace().
Yiisoft\Yii\Debug\Helper\StreamWrapper\StreamWrapper
Yiisoft\Yii\Debug\Helper\StreamWrapper\StreamWrapperInterface
Yiisoft\Yii\Debug\ProxyDecoratedCalls
Yiisoft\Yii\Debug\StartupPolicy\Collector\AllowAllCollectorPolicy
Yiisoft\Yii\Debug\StartupPolicy\Collector\BlackListCollectorPolicy
Yiisoft\Yii\Debug\StartupPolicy\Collector\CallableCollectorPolicy
Yiisoft\Yii\Debug\StartupPolicy\Collector\CollectorStartupPolicyInterface
Yiisoft\Yii\Debug\StartupPolicy\Collector\WhiteListCollectorPolicy
Yiisoft\Yii\Debug\StartupPolicy\Condition\CommandNameCondition
Yiisoft\Yii\Debug\StartupPolicy\Condition\ConditionInterface
Yiisoft\Yii\Debug\StartupPolicy\Condition\EnvironmentVariableCondition
Yiisoft\Yii\Debug\StartupPolicy\Condition\HeaderCondition
Yiisoft\Yii\Debug\StartupPolicy\Condition\PredefinedCondition
Yiisoft\Yii\Debug\StartupPolicy\Condition\UriPathCondition
Yiisoft\Yii\Debug\StartupPolicy\Debugger\AllowDebuggerPolicy
Yiisoft\Yii\Debug\StartupPolicy\Debugger\AlwaysOnDebuggerPolicy
Yiisoft\Yii\Debug\StartupPolicy\Debugger\CallableDebuggerPolicy
Yiisoft\Yii\Debug\StartupPolicy\Debugger\DebuggerStartupPolicyInterface
Yiisoft\Yii\Debug\StartupPolicy\Debugger\DenyDebuggerPolicy
Yiisoft\Yii\Debug\Storage\FileStorage
Yiisoft\Yii\Debug\Storage\MemoryStorage
Yiisoft\Yii\Debug\Storage\StorageInterface Debug data storage responsibility is to store debug data from collectors added