web\JsonResponseFormatter formatJson()

formatJson() protected method Formats response data in JSON format. protected void formatJson ( $response )$response yii\web\Response

validators\IpValidator $ipv6NotAllowed

$ipv6NotAllowed public property User-defined error message is used when validation fails due to the disabled IPv6 validation. You may use the following placeholders in the message: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated See also $ipv6. public string $ipv6NotAllowed = null

helpers\BaseConsole getScreenSize()

getScreenSize() public static method Usage: list($width, $height) = ConsoleHelper::getScreenSize(); public static array|boolean getScreenSize ( $refresh = false )$refresh boolean Whether to force checking and not re-use cached size value. This is useful to detect changing window size while the application is running but may not get up to date values on every terminal. return array|boolean An array of ($width, $height) or false when it was not able to determine size.

elasticsearch\Command closeIndex()

closeIndex() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-open-close.html. public mixed closeIndex ( $index )$index

web\View registerJs()

registerJs() public method Registers a JS code block. public void registerJs ( $js, $position = self::POS_READY, $key = null )$js string The JS code block to be registered $position integer The position at which the JS script tag should be inserted in a page. The possible values are: POS_HEAD: in the head section POS_BEGIN: at the beginning of the body section POS_END: at the end of the body section POS_LOAD: enclosed within jQuery(window).load(). Note that by using this position,

bootstrap\Modal renderBodyEnd()

renderBodyEnd() protected method Renders the closing tag of the modal body. protected string renderBodyEnd ( )return string The rendering result

mongodb\file\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

mongodb\file\StreamWrapper stream_eof()

stream_eof() public method Tests for end-of-file on a file pointer. This method is called in response to feof(). See also \yii\mongodb\file\feof(). public boolean stream_eof ( )return boolean true if the read/write position is at the end of the stream and if no more data is available to be read, or false otherwise.

widgets\LinkPager $firstPageLabel

$firstPageLabel public property The text label for the "first" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "first" page button will not be displayed. public string|boolean $firstPageLabel = false

rbac\PhpManager checkAccessRecursive()

checkAccessRecursive() protected method Performs access check for the specified user. This method is internally called by checkAccess(). protected boolean checkAccessRecursive ( $user, $itemName, $params, $assignments )$user string|integer The user ID. This should can be either an integer or a string representing the unique identifier of a user. See yii\web\User::$id. $itemName string The name of the operation that need access check $params array Name-value pairs that would be pass