web\CookieCollection offsetExists()

offsetExists() public method Returns whether there is a cookie with the specified name. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like isset($collection[$name]). public boolean offsetExists ( $name )$name string The cookie name return boolean Whether the named cookie exists

rest\Serializer serializeModels()

serializeModels() protected method Serializes a set of models. protected array serializeModels ( array $models )$models array return array The array representation of the models

jui\Sortable $itemOptions

$itemOptions public property List of HTML attributes for the item container tags. This will be overwritten by the "options" set in individual $items. The following special options are recognized: tag: string, defaults to "li", the tag name of the item container tags. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $itemOptions = []

db\cubrid\QueryBuilder buildLimit()

buildLimit() public method public string buildLimit ( $limit, $offset )$limit integer $offset integer return string The LIMIT and OFFSET clauses

rbac\Item $createdAt

$createdAt public property UNIX timestamp representing the item creation time public integer $createdAt = null

bootstrap\ButtonDropdown $encodeLabel

$encodeLabel public property Whether the label should be HTML-encoded. public boolean $encodeLabel = true

swiftmailer\Mailer getSwiftMailer()

getSwiftMailer() public method public array|\Swift_Mailer getSwiftMailer ( )return array|\Swift_Mailer Swift mailer instance or array configuration.

helpers\BaseConsole markdownToAnsi()

markdownToAnsi() public static method Converts Markdown to be better readable in console environments by applying some ANSI format public static string markdownToAnsi ( $markdown )$markdown string The markdown string. return string The parsed result as ANSI formatted string.

data\Pagination setPageSize()

setPageSize() public method public void setPageSize ( $value, $validatePageSize = false )$value integer The number of items per page. $validatePageSize boolean Whether to validate page size.

debug\Module $enableDebugLogs

$enableDebugLogs public property Whether to enable message logging for the requests about debug module actions. You normally do not want to keep these logs because they may distract you from the logs about your applications. You may want to enable the debug logs if you want to investigate how the debug module itself works. public boolean $enableDebugLogs = false