db\oci\Schema findSchemaNames()

findSchemaNames() protected method Returns all schema names in the database, including the default one but not system schemas. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findSchemaNames ( )return array All schema names in the database, except system schemas throws yii\base\NotSupportedException if this method is called

gii\Module coreGenerators()

coreGenerators() protected method Returns the list of the core code generator configurations. protected array coreGenerators ( )return array The list of the core code generator configurations.

base\Module defaultVersion()

defaultVersion() protected method (available since version 2.0.11) Returns default module version. Child class may override this method to provide more specific version detection. protected string defaultVersion ( )return string The version of this module.

gii\Generator generate()

generate() public abstract method Generates the code based on the current user input and the specified code template files. This is the main method that child classes should implement. Please refer to yii\gii\generators\controller\Generator::generate() as an example on how to implement this method. public abstract yii\gii\CodeFile[] generate ( )return yii\gii\CodeFile[] A list of code files to be created.

di\Container resolveDependencies()

resolveDependencies() protected method Resolves dependencies by replacing them with the actual object instances. protected array resolveDependencies ( $dependencies, $reflection = null )$dependencies array The dependencies $reflection ReflectionClass The class reflection associated with the dependencies return array The resolved dependencies throws yii\base\InvalidConfigException if a dependency cannot be resolved or if a dependency cannot be fulfilled.

authclient\BaseClient getNormalizeUserAttributeMap()

getNormalizeUserAttributeMap() public method public array getNormalizeUserAttributeMap ( )return array Normalize user attribute map.

grid\DataColumn $label

$label public property Label to be displayed in the header cell and also to be used as the sorting link label when sorting is enabled for this column. If it is not set and the models provided by the GridViews data provider are instances of yii\db\ActiveRecord, the label will be determined using yii\db\ActiveRecord::getAttributeLabel(). Otherwise yii\helpers\Inflector::camel2words() will be used to get a label. public string $label = null

web\UrlRule getParamRules()

getParamRules() protected method (available since version 2.0.6) Returns list of regex for matching parameter. protected array getParamRules ( )return array Parameter keys and regexp rules.

db\BaseActiveRecord getOldAttributes()

getOldAttributes() public method Returns the old attribute values. public array getOldAttributes ( )return array The old attribute values (name-value pairs)

bootstrap\ActiveField $inlineCheckboxListTemplate

$inlineCheckboxListTemplate public property The template for inline checkboxLists public string $inlineCheckboxListTemplate = "{label}\n{beginWrapper}\n{input}\n{error}\n{endWrapper}\n{hint}"