sphinx\QueryBuilder generateBatchInsertReplace()

generateBatchInsertReplace() protected method Generates a batch INSERT/REPLACE SQL statement. protected string generateBatchInsertReplace ( $statement, $index, $columns, $rows, &$params )$statement string Statement ot be generated. $index string The affected index name. $columns array The column data (name => value). $rows array The rows to be batch inserted into the index $params array The binding parameters that will be generated by this method. return string Generated

base\Controller render()

render() public method Renders a view and applies layout if available. The view to be rendered can be specified in one of the following formats: path alias (e.g. "@app/views/site/index"); absolute path within application (e.g. "//site/index"): the view name starts with double slashes. The actual view file will be looked for under the view path of the application. absolute path within module (e.g. "/site/index"): the view name starts with a single slash. The actual view file will be looked f

test\ArrayFixture $data

$data public property The data rows. Each array element represents one row of data (column name => column value). public array $data = []

elasticsearch\Connection $connectionTimeout

$connectionTimeout public property Timeout to use for connecting to an elasticsearch node. This value will be used to configure the curl CURLOPT_CONNECTTIMEOUT option. If not set, no explicit timeout will be set for curl. public float $connectionTimeout = null

rbac\BaseManager createPermission()

createPermission() public method Creates a new Permission object. Note that the newly created permission is not added to the RBAC system yet. You must fill in the needed data and call add() to add it to the system. public yii\rbac\Permission createPermission ( $name )$name string The permission name return yii\rbac\Permission The new Permission object

db\ColumnSchema typecast()

typecast() protected method (available since version 2.0.3) Converts the input value according to $phpType after retrieval from the database. If the value is null or an yii\db\Expression, it will not be converted. protected mixed typecast ( $value )$value mixed Input value return mixed Converted value

authclient\BaseClient $normalizeUserAttributeMap

$normalizeUserAttributeMap public property Normalize user attribute map. public array getNormalizeUserAttributeMap ( )public void setNormalizeUserAttributeMap ( $normalizeUserAttributeMap )

authclient\signature\RsaSha1 getPublicCertificate()

getPublicCertificate() public method public string getPublicCertificate ( )return string Public key certificate content.

elasticsearch\BatchQueryResult fetchData()

fetchData() protected method Fetches the next batch of data. protected array fetchData ( )return array The data fetched

gii\generators\model\Generator validateTableName()

validateTableName() public method Validates the $tableName attribute. public void validateTableName ( )