db\cubrid\Schema getPdoType()

getPdoType() public method Determines the PDO type for the given PHP data value. See also http://www.php.net/manual/en/pdo.constants.php. public integer getPdoType ( $data )$data mixed The data whose PDO type is to be determined return integer The PDO type

web\XmlResponseFormatter $encoding

$encoding public property The XML encoding. If not set, it will use the value of yii\web\Response::$charset. public string $encoding = null

web\UploadedFile getInstance()

getInstance() public static method Returns an uploaded file for the given model attribute. The file should be uploaded using yii\widgets\ActiveField::fileInput(). See also getInstanceByName(). public static yii\web\UploadedFile getInstance ( $model, $attribute )$model yii\base\Model The data model $attribute string The attribute name. The attribute name may contain array indexes. For example, '[1]file' for tabular file uploading; and 'file[1]' for an element in a file array. return yi

rbac\PhpManager $rules

$rules protected read-only property public yii\rbac\Rule[] getRules ( )

authclient\clients\LinkedIn 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 ( )

bootstrap\Nav $activateParents

$activateParents public property Whether to activate parent menu items when one of the corresponding child menu items is active. public boolean $activateParents = false

mongodb\Command distinct()

distinct() public method Returns a list of distinct values for the given column across a collection. public array distinct ( $collectionName, $fieldName, $condition = [], $options = [] )$collectionName string Collection name. $fieldName string Field name to use. $condition array Query parameters. $options array List of options in format: optionName => optionValue. return array Array of distinct values, or "false" on failure.

helpers\BaseHtml listBox()

listBox() public static method Generates a list box. public static string listBox ( $name, $selection = null, $items = [], $options = [] )$name string The input name $selection string|array|null The selected value(s). String for single or array for multiple selection(s). $items array The option data items. The array keys are option values, and the array values are the corresponding option labels. The array can also be nested (i.e. some array values are arrays too). For each sub-arr

debug\models\search\Mail $reply

$reply public property Reply attribute input search value public string $reply = null

mongodb\rbac\MongoDbManager removeAllAssignments()

removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )