bootstrap\Nav isChildActive()

isChildActive() protected method Check to see if a child item is active optionally activating the parent. protected array isChildActive ( $items, &$active )$items array @see items $active boolean Should the parent be active too return array @see items

mongodb\file\Upload $document

$document public property Additional file document contents. Common GridFS columns: metadata: array, additional data associated with the file. aliases: array, an array of aliases. contentType: string, content type to be stored with the file. public array $document = []

web\View renderHeadHtml()

renderHeadHtml() protected method Renders the content to be inserted in the head section. The content is rendered using the registered meta tags, link tags, CSS/JS code blocks and files. protected string renderHeadHtml ( )return string The rendered content

rest\Serializer $perPageHeader

$perPageHeader public property The name of the HTTP header containing the information about the number of data items in each page. This is used when serving a resource collection with pagination. public string $perPageHeader = 'X-Pagination-Per-Page'

test\BaseActiveFixture load()

load() public method Loads the fixture. The default implementation simply stores the data returned by getData() in $data. You should usually override this method by putting the data into the underlying database. public void load ( )

i18n\Formatter $numberFormatterTextOptions

$numberFormatterTextOptions public property A list of name value pairs that are passed to the intl Numberformatter::setTextAttribute() method of all the number formatter objects created by createNumberFormatter(). This property takes only effect if the PHP intl extension is installed. Please refer to the PHP manual for the possible options. For example to change the minus sign for negative numbers you can configure this property like the following: [ NumberFormatter::NEGATIVE_PREFIX =&g

widgets\ActiveField hiddenInput()

hiddenInput() public method Renders a hidden input. Note that this method is provided for completeness. In most cases because you do not need to validate a hidden input, you should not need to use this method. Instead, you should use yii\helpers\Html::activeHiddenInput(). This method will generate the name and value tag attributes automatically for the model attribute unless they are explicitly specified in $options. public $this hiddenInput ( $options = [] )$options array The tag option

db\DataReader getIsClosed()

getIsClosed() public method Whether the reader is closed or not. public boolean getIsClosed ( )return boolean Whether the reader is closed or not.

db\cubrid\QueryBuilder resetSequence()

resetSequence() public method Creates a SQL statement for resetting the sequence value of a table's primary key. The sequence will be reset such that the primary key of the next new row inserted will have the specified value or 1. public string resetSequence ( $tableName, $value = null )$tableName string The name of the table whose primary key sequence will be reset $value mixed The value for the primary key of the next new row inserted. If this is not set, the next new row's primary k

console\controllers\FixtureController notifyNothingToLoad()

notifyNothingToLoad() public method Notifies user that there are no fixtures to load according input conditions public void notifyNothingToLoad ( $foundFixtures, $except )$foundFixtures array Array of found fixtures $except array Array of names of fixtures that should not be loaded