caching\DbCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value string The value to be cached. Other types (if you have disabled $serializer) cannot be saved. $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the val

base\Application end()

end() public method Terminates the application. This method replaces the exit() function by ensuring the application life cycle is completed before terminating the application. public void end ( $status = 0, $response = null )$status integer The exit status (value 0 means normal exit while other values mean abnormal exit). $response yii\base\Response The response to be sent. If not set, the default application $response component will be used. throws yii\base\ExitException if the app

authclient\clients\GoogleOAuth defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

authclient\clients\GoogleOpenId defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

bootstrap\Nav $activateParents

$activateParents public property Whether to activate parent menu items when one of the corresponding child menu items is active. public boolean $activateParents = false

authclient\clients\LinkedIn init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

rbac\PhpManager $rules

$rules protected read-only property public yii\rbac\Rule[] getRules ( )

web\UploadedFile getInstance()

getInstance() public static method Returns an uploaded file for the given model attribute. The file should be uploaded using yii\widgets\ActiveField::fileInput(). See also getInstanceByName(). public static yii\web\UploadedFile getInstance ( $model, $attribute )$model yii\base\Model The data model $attribute string The attribute name. The attribute name may contain array indexes. For example, '[1]file' for tabular file uploading; and 'file[1]' for an element in a file array. return yi

web\XmlResponseFormatter $encoding

$encoding public property The XML encoding. If not set, it will use the value of yii\web\Response::$charset. public string $encoding = null

db\cubrid\Schema getPdoType()

getPdoType() public method Determines the PDO type for the given PHP data value. See also http://www.php.net/manual/en/pdo.constants.php. public integer getPdoType ( $data )$data mixed The data whose PDO type is to be determined return integer The PDO type