helpers\BaseHtml activeListInput()

activeListInput() protected static method Generates a list of input fields. This method is mainly called by activeListBox(), activeRadioList() and \yii\helpers\activeCheckBoxList(). protected static string activeListInput ( $type, $model, $attribute, $items, $options = [] )$type string The input type. This can be 'listBox', 'radioList', or 'checkBoxList'. $model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format a

db\oci\Schema insert()

insert() public method Executes the INSERT command, returning primary key values. public array|false insert ( $table, $columns )$table string The table that new rows will be inserted into. $columns array The column data (name => value) to be inserted into the table. return array|false Primary key values or false if the command fails

db\Connection $emulatePrepare

$emulatePrepare public property Whether to turn on prepare emulation. Defaults to false, meaning PDO will use the native prepare support if available. For some databases (such as MySQL), this may need to be set true so that PDO can emulate the prepare support to bypass the buggy native prepare support. The default value is null, which means the PDO ATTR_EMULATE_PREPARES value will not be changed. public boolean $emulatePrepare = null

sphinx\MatchBuilder parseParams()

parseParams() protected method Returns the actual MATCH expression by inserting parameter values into the corresponding placeholders. protected string parseParams ( $expression, $params )$expression string The expression string which is needed to prepare. $params array The binding parameters for inserting. return string Parsed expression.

console\controllers\ServeController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action

web\UrlManager $hostInfo

$hostInfo public property The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs. public string getHostInfo ( )public void setHostInfo ( $value )

sphinx\QueryBuilder buildFacets()

buildFacets() protected method protected string buildFacets ( $facets, &$params )$facets array Facet specifications $params array The binding parameters to be populated return string The FACET clause build from \yii\sphinx\query throws yii\base\InvalidConfigException on invalid facet specification.

authclient\BaseClient defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

i18n\I18N $translations

$translations public property List of yii\i18n\MessageSource configurations or objects. The array keys are message category patterns, and the array values are the corresponding yii\i18n\MessageSource objects or the configurations for creating the yii\i18n\MessageSource objects. The message category patterns can contain the wildcard * at the end to match multiple categories with the same prefix. For example, app/* matches both app/cat1 and app/cat2. The * category pattern will match all cate

i18n\GettextMoFile readInteger()

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