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/var-dumper -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\VarDumper\ClosureExporter | ClosureExporter exports PHP {@see \Closure} as a string containing PHP code. |
| Yiisoft\VarDumper\HandlerInterface | |
| Yiisoft\VarDumper\Handler\CompositeHandler | CompositeHandler allows to use multiple handlers at once. |
| Yiisoft\VarDumper\Handler\EchoHandler | |
| Yiisoft\VarDumper\Handler\StreamHandler | Uses stream ({@link https://www.php.net/manual/en/intro.stream.php}) for writing variable's data. Requires "sockets" PHP extension when {@see StreamHandler::$uri} is a {@see Socket} instance. |
| Yiisoft\VarDumper\UseStatementParser | UseStatementParser given a PHP file, returns a set of use statements from the code. |
| Yiisoft\VarDumper\VarDumper | VarDumper provides enhanced versions of the PHP functions {@see var_dump()} and {@see var_export()}. |
Signup or Login in order to comment.