web\User $absoluteAuthTimeoutParam

$absoluteAuthTimeoutParam public property The session variable name used to store the value of absolute expiration timestamp of the authenticated state. This is used when $absoluteAuthTimeout is set. public string $absoluteAuthTimeoutParam = '__absoluteExpire'

db\BaseActiveRecord link()

link() public method Establishes the relationship between two models. The relationship is established by setting the foreign key value(s) in one model to be the corresponding primary key value(s) in the other model. The model with the foreign key will be saved into database without performing validation. If the relationship involves a junction table, a new row will be inserted into the junction table which contains the primary key values from both models. Note that this method requires that

filters\PageCache beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) You may override this method to do last-minute preparation for the action. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed.

web\User renewIdentityCookie()

renewIdentityCookie() protected method Renews the identity cookie. This method will set the expiration time of the identity cookie to be the current time plus the originally specified cookie duration. protected void renewIdentityCookie ( )

bootstrap\Carousel renderIndicators()

renderIndicators() public method Renders carousel indicators. public string renderIndicators ( )return string The rendering result

jui\Tabs $headerOptions

$headerOptions public property List of HTML attributes for the header container tags. This will be overwritten by the "headerOptions" set in individual $items. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerOptions = []

mongodb\gii\model\Generator generateLabels()

generateLabels() public method Generates the attribute labels for the specified attributes list. public array generateLabels ( $attributes )$attributes array The list of attributes return array The generated attribute labels (name => label)

bootstrap\Nav $activateItems

$activateItems public property Whether to automatically activate items according to whether their route setting matches the currently requested route. See also isItemActive(). public boolean $activateItems = true

web\Response $statusText

$statusText public property The HTTP status description that comes together with the status code. See also $httpStatuses. public string $statusText = 'OK'

caching\ChainedDependency evaluateDependency()

evaluateDependency() public method Evaluates the dependency by generating and saving the data related with dependency. public void evaluateDependency ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency