mongodb\rbac\MongoDbManager $rules

$rules protected read-only property All auth rules (name => Rule) public yii\rbac\Rule[] getRules ( )

helpers\BaseInflector camelize()

camelize() public static method Returns given word as CamelCased Converts a word like "send_email" to "SendEmail". It will remove non alphanumeric character from the word, so "who's online" will be converted to "WhoSOnline" See also variablize(). public static string camelize ( $word )$word string The word to CamelCase

data\DataProviderInterface getCount()

getCount() public abstract method Returns the number of data models in the current page. This is equivalent to count($provider->getModels()). When pagination is false, this is the same as totalCount. public abstract integer getCount ( )return integer The number of data models in the current page.

i18n\Formatter $timeZone

$timeZone public property The time zone to use for formatting time and date values. This can be any value that may be passed to date_default_timezone_set() e.g. UTC, Europe/Berlin or America/Chicago. Refer to the php manual for available time zones. If this property is not set, yii\base\Application::$timeZone will be used. Note that the default time zone for input data is assumed to be UTC by default if no time zone is included in the input date value. If you store your data in a different

db\QueryBuilder buildGroupBy()

buildGroupBy() public method public string buildGroupBy ( $columns, &$params )$columns array $params array The binding parameters to be populated return string The GROUP BY clause

mongodb\file\Upload addStream()

addStream() public method Adds stream content to the upload. This method can invoked several times before complete() is called. public $this addStream ( $stream )$stream resource Data source stream. return $this Self reference.

helpers\BaseConsole output()

output() public static method Prints text to STDOUT appended with a carriage return (PHP_EOL). public static integer|boolean output ( $string = null )$string string The text to print return integer|boolean Number of bytes printed or false on error.

mail\MessageInterface setSubject()

setSubject() public abstract method Sets the message subject. public abstract $this setSubject ( $subject )$subject string Message subject return $this Self reference.

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

jui\Slider $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = ['change' => 'slidechange', 'create' => 'slidecreate', 'slide' => 'slide', 'start' => 'slidestart', 'stop' => 'slidestop