web\UserEvent $duration

$duration public property Number of seconds that the user can remain in logged-in status. If 0, it means login till the user closes the browser or the session is manually destroyed. public integer $duration = null

web\Session $useTransparentSessionID

$useTransparentSessionID public property Whether transparent sid support is enabled or not, defaults to false. public boolean getUseTransparentSessionID ( )public void setUseTransparentSessionID ( $value )

helpers\BaseInflector humanize()

humanize() public static method Returns a human-readable string from $word public static string humanize ( $word, $ucAll = false )$word string The string to humanize $ucAll boolean Whether to set all words to uppercase or not

mongodb\Command findAndModify()

findAndModify() public method Updates a document and returns it. public array|null findAndModify ( $collectionName, $condition = [], $update = [], $options = [] )$collectionName $condition array Query condition $update array Update criteria $options array List of options in format: optionName => optionValue. return array|null The original document, or the modified document when $options['new'] is set.

rest\ActiveController verbs()

verbs() protected method Declares the allowed HTTP verbs. Please refer to \yii\rest\VerbFilter::actions on how to declare the allowed verbs. protected array verbs ( )return array The allowed HTTP verbs.

rest\UrlRule $controller

$controller public property The controller ID (e.g. user, post-comment) that the rules in this composite rule are dealing with. It should be prefixed with the module ID if the controller is within a module (e.g. admin/user). By default, the controller ID will be pluralized automatically when it is put in the patterns of the generated rules. If you want to explicitly specify how the controller ID should appear in the patterns, you may use an array with the array key being as the controller I

widgets\ActiveForm $enableClientValidation

$enableClientValidation public property Whether to enable client-side data validation. If yii\widgets\ActiveField::$enableClientValidation is set, its value will take precedence for that input field. public boolean $enableClientValidation = true

web\View $linkTags

$linkTags public property The registered link tags. See also registerLinkTag(). public array $linkTags = null

web\View $jsFiles

$jsFiles public property The registered JS files. See also registerJsFile(). public array $jsFiles = null

grid\GridView createDataColumn()

createDataColumn() protected method Creates a yii\grid\DataColumn object based on a string in the format of "attribute:format:label". protected yii\grid\DataColumn createDataColumn ( $text )$text string The column specification string return yii\grid\DataColumn The column instance throws yii\base\InvalidConfigException if the column specification is invalid