helpers\BaseStringHelper byteSubstr()

byteSubstr() public static method Returns the portion of string specified by the start and length parameters. This method ensures the string is treated as a byte array by using mb_substr(). See also http://www.php.net/manual/en/function.substr.php. public static string byteSubstr ( $string, $start, $length = null )$string string The input string. Must be one character or longer. $start integer The starting position $length integer The desired portion length. If not specified or null,

helpers\BaseFileHelper findFiles()

findFiles() public static method Returns the files found under the specified directory and subdirectories. public static array findFiles ( $dir, $options = [] )$dir string The directory under which the files will be looked for. $options array Options for file searching. Valid options are: filter: callback, a PHP callback that is called for each directory or file. The signature of the callback should be: function ($path), where $path refers the full path to be filtered. The callback ca

web\View renderAjax()

renderAjax() public method Renders a view in response to an AJAX request. This method is similar to render() except that it will surround the view being rendered with the calls of beginPage(), head(), beginBody(), endBody() and endPage(). By doing so, the method is able to inject into the rendering result with JS/CSS scripts and files that are registered with the view. See also render(). public string renderAjax ( $view, $params = [], $context = null )$view string The view name. Please r

authclient\BaseOAuth getAccessToken()

getAccessToken() public method public yii\authclient\OAuthToken getAccessToken ( )return yii\authclient\OAuthToken Auth token instance.

bootstrap\Modal $size

$size public property The modal size. Can be SIZE_LARGE or SIZE_SMALL, or empty for default. public string $size = null

mail\BaseMailer $textLayout

$textLayout public property Text layout view name. This is the layout used to render TEXT mail body. Please refer to $htmlLayout for possible values that this property can take. public string|boolean $textLayout = 'layouts/text'

db\Schema $tableNames

$tableNames public read-only property All table names in the database. public string[] getTableNames ( $schema = '', $refresh = false )

validators\DateValidator 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 ( )

debug\models\search\Timeline $category

$category public property Attribute search public string $category = null

db\TableSchema $primaryKey

$primaryKey public property Primary keys of this table. public string[] $primaryKey = []