db\ColumnSchemaBuilder $check

$check protected property The CHECK constraint for the column. protected string $check = null

caching\WinCache getValues()

getValues() protected method Retrieves multiple values from cache with the specified keys. protected array getValues ( $keys )$keys array A list of keys identifying the cached values return array A list of cached values indexed by the keys

db\ActiveRecordInterface updateAll()

updateAll() public abstract static method Updates records using the provided attribute values and conditions. For example, to change the status to be 1 for all customers whose status is 2: Customer::updateAll(['status' => 1], ['status' => '2']); public abstract static integer updateAll ( $attributes, $condition = null )$attributes array Attribute values (name-value pairs) to be saved for the record. Unlike update() these are not going to be validated. $condition array The condit

BaseYii trace()

trace() public static method Logs a trace message. Trace messages are logged mainly for development purpose to see the execution work flow of some code. public static void trace ( $message, $category = 'application' )$message string The message to be logged. $category string The category of the message.

base\InlineAction $actionMethod

$actionMethod public property The controller method that this inline action is associated with public string $actionMethod = null

elasticsearch\Query count()

count() public method Returns the number of records. public integer count ( $q = '*', $db = null )$q string The COUNT expression. This parameter is ignored by this implementation. $db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. return integer Number of records

elasticsearch\Command deleteIndex()

deleteIndex() public method Deletes an index See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-index.html. public mixed deleteIndex ( $index )$index

base\Model offsetExists()

offsetExists() public method Returns whether there is an element at the specified offset. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like isset($model[$offset]). public boolean offsetExists ( $offset )$offset mixed The offset to check on. return boolean Whether or not an offset exists.

web\AssetBundle $cssOptions

$cssOptions public property The options that will be passed to yii\web\View::registerCssFile() when registering the CSS files in this bundle. public array $cssOptions = []

web\AssetManager getPublishedPath()

getPublishedPath() public method Returns the published path of a file path. This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go. public string|false getPublishedPath ( $path )$path string Directory or file path being published return string|false String the published file path. False if the file or directory does not exist