bootstrap\BootstrapWidgetTrait $clientEvents

$clientEvents public property The event handlers for the underlying Bootstrap JS plugin. Please refer to the corresponding Bootstrap plugin Web page for possible events. For example, this page shows how to use the "Modal" plugin and the supported events (e.g. "shown"). public array $clientEvents = []

console\controllers\ServeController actionIndex()

actionIndex() public method Runs PHP built-in web server public integer actionIndex ( $address = 'localhost' )$address string Address to serve on. Either "host" or "host:port".

db\QueryInterface limit()

limit() public abstract method Sets the LIMIT part of the query. public abstract $this limit ( $limit )$limit integer The limit. Use null or negative value to disable limit. return $this The query object itself

validators\SafeValidator validateAttribute()

validateAttribute() public method Validates a single attribute. Child classes must implement this method to provide the actual validation logic. public void validateAttribute ( $model, $attribute )$model yii\base\Model The data model to be validated $attribute string The name of the attribute to be validated.

validators\FileValidator getSizeLimit()

getSizeLimit() public method Returns the maximum size allowed for uploaded files. This is determined based on four factors: 'upload_max_filesize' in php.ini 'post_max_size' in php.ini 'MAX_FILE_SIZE' hidden field $maxSize public integer getSizeLimit ( )return integer The size limit for uploaded files.

sphinx\QueryBuilder $separator

$separator public property The separator between different fragments of a SQL statement. Defaults to an empty space. This is mainly used by build() when generating a SQL statement. public string $separator = " "

web\Session setUseTransparentSessionID()

setUseTransparentSessionID() public method public void setUseTransparentSessionID ( $value )$value boolean Whether transparent sid support is enabled or not.

authclient\clients\YandexOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://login.yandex.ru'

rest\Action 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 ( )

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