i18n\GettextMoFile readInteger()

readInteger() protected method Reads a 4-byte integer. protected integer readInteger ( $fileHandle )$fileHandle resource To read from return integer The result

db\ColumnSchemaBuilder append()

append() public method (available since version 2.0.9) Specify additional SQL to be appended to schema string. public $this append ( $sql )$sql string The SQL string to be appended.

debug\Panel $tag

$tag public property Request data set identifier. public string $tag = null

sphinx\ActiveQuery callSnippets()

callSnippets() protected method Builds a snippets from provided source data. protected array callSnippets ( array $source )$source array The source data to extract a snippet from. return array Snippets list. throws yii\base\InvalidCallException in case match() is not specified.

base\Event $sender

$sender public property The sender of this event. If not set, this property will be set as the object whose trigger() method is called. This property may also be a null when this event is a class-level event which is triggered in a static context. public object $sender = null

mongodb\QueryBuilder buildRegexCondition()

buildRegexCondition() public method Creates a Mongo regular expression condition. public array buildRegexCondition ( $operator, $operands )$operator string The operator to use $operands array The first operand is the column name. The second operand is a single value that column value should be compared with. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of operands have been given.

sphinx\QueryBuilder buildFrom()

buildFrom() public method public string buildFrom ( $indexes, &$params )$indexes array $params array The binding parameters to be populated return string The FROM clause built from \yii\sphinx\query.

web\Request $authUser

$authUser public read-only property The username sent via HTTP authentication, null if the username is not given public string|null getAuthUser ( )

authclient\BaseClient $id

$id public property Service id. public string getId ( )public void setId ( $id )

base\Event off()

off() public static method Detaches an event handler from a class-level event. This method is the opposite of on(). See also on(). public static boolean off ( $class, $name, $handler = null )$class string The fully qualified class name from which the event handler needs to be detached. $name string The event name. $handler callable The event handler to be removed. If it is null, all handlers attached to the named event will be removed. return boolean Whether a handler is found and