jui\DatePickerLanguageAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/jquery-ui'

data\Pagination $route

$route public property The route of the controller action for displaying the paged contents. If not set, it means using the currently requested route. public string $route = null

helpers\BaseInflector id2camel()

id2camel() public static method Converts an ID into a CamelCase name. Words in the ID separated by $separator (defaults to '-') will be concatenated into a CamelCase name. For example, 'post-tag' is converted to 'PostTag'. public static string id2camel ( $id, $separator = '-' )$id string The ID to be converted $separator string The character used to separate the words in the ID return string The resulting CamelCase name

web\View $metaTags

$metaTags public property The registered meta tags. See also registerMetaTag(). public array $metaTags = null

db\ActiveRecord findByCondition()

findByCondition() protected static method Finds ActiveRecord instance(s) by the given condition. This method is internally called by findOne() and findAll(). protected static yii\db\ActiveQueryInterface findByCondition ( $condition )$condition mixed Please refer to findOne() for the explanation of this parameter return yii\db\ActiveQueryInterface The newly created ActiveQuery instance. throws yii\base\InvalidConfigException if there is no primary key defined

rest\Controller $serializer

$serializer public property The configuration for creating the serializer that formats the response data. public string|array $serializer = 'yii\rest\Serializer'

filters\Cors $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

elasticsearch\Exception getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

bootstrap\Button $tagName

$tagName public property The tag to use to render the button public string $tagName = 'button'

filters\PageCache $variations

$variations public property List of factors that would cause the variation of the content being cached. Each factor is a string representing a variation (e.g. the language, a GET parameter). The following variation setting will cause the content to be cached in different versions according to the current application language: [ Yii::$app->language, ] public array $variations = null