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-gii -H 'Accept: application/json'

Class Description
Yiisoft\Yii\Gii\Command\BaseGenerateCommand
Yiisoft\Yii\Gii\Command\ControllerCommand This is the command line version of Gii - a code generator.
Yiisoft\Yii\Gii\Component\CodeFile\CodeFile CodeFile represents a code file to be generated.
Yiisoft\Yii\Gii\Component\CodeFile\CodeFileWriteResult
Yiisoft\Yii\Gii\Component\CodeFile\CodeFileWriter
Yiisoft\Yii\Gii\Controller\DefaultController
Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException
Yiisoft\Yii\Gii\Exception\InvalidConfigException
Yiisoft\Yii\Gii\Exception\InvalidGeneratorCommandException
Yiisoft\Yii\Gii\GeneratorCommandInterface
Yiisoft\Yii\Gii\GeneratorInterface
Yiisoft\Yii\Gii\GeneratorProxy
Yiisoft\Yii\Gii\Generator\AbstractGenerator This is the base class for all generator classes.
Yiisoft\Yii\Gii\Generator\AbstractGeneratorCommand
Yiisoft\Yii\Gii\Generator\ActiveRecord\Column
Yiisoft\Yii\Gii\Generator\ActiveRecord\Command
Yiisoft\Yii\Gii\Generator\ActiveRecord\Generator This generator will generate a controller and one or a few action view files.
Yiisoft\Yii\Gii\Generator\CommandHydrator
Yiisoft\Yii\Gii\Generator\Controller\Command
Yiisoft\Yii\Gii\Generator\Controller\Generator This generator will generate a controller and one or a few action view files.
Yiisoft\Yii\Gii\Gii
Yiisoft\Yii\Gii\GiiInterface
Yiisoft\Yii\Gii\ParametersProvider
Yiisoft\Yii\Gii\Request\GeneratorRequest
Yiisoft\Yii\Gii\Validator\ClassExistsHandler An inline validator that checks if the attribute value refers to an existing class name.
Yiisoft\Yii\Gii\Validator\ClassExistsRule
Yiisoft\Yii\Gii\Validator\NewClassHandler
Yiisoft\Yii\Gii\Validator\NewClassRule
Yiisoft\Yii\Gii\Validator\ReservedKeywordHandler
Yiisoft\Yii\Gii\Validator\ReservedKeywordRule
Yiisoft\Yii\Gii\Validator\TableExistsHandler An inline validator that checks if the attribute value refers to an existing class name.
Yiisoft\Yii\Gii\Validator\TableExistsRule
Yiisoft\Yii\Gii\Validator\TemplateRule
Yiisoft\Yii\Gii\Validator\TemplateRuleHandler