debug\panels\DbPanel getTypes()

getTypes() public method (available since version 2.0.3) Returns array query types public array getTypes ( )

rbac\Item $updatedAt

$updatedAt public property UNIX timestamp representing the item updating time public integer $updatedAt = null

db\BaseActiveRecord updateCounters()

updateCounters() public method Updates one or several counter columns for the current AR object. Note that this method differs from updateAllCounters() in that it only saves counters for the current AR object. An example usage is as follows: $post = Post::findOne($id); $post->updateCounters(['view_count' => 1]); See also updateAllCounters(). public boolean updateCounters ( $counters )$counters array The counters to be updated (attribute name => increment value) Use negative val

rbac\PhpManager detectLoop()

detectLoop() protected method Checks whether there is a loop in the authorization item hierarchy. protected boolean detectLoop ( $parent, $child )$parent yii\rbac\Item Parent item $child yii\rbac\Item The child item that is to be added to the hierarchy return boolean Whether a loop exists

web\Request $preferredLanguage

$preferredLanguage public read-only property The language that the application should use. public string getPreferredLanguage ( array $languages = [] )

debug\panels\DbPanel $name

$name public read-only property Name of the panel public string getName ( )

db\BaseActiveRecord $oldAttributes

$oldAttributes public property The old attribute values (name-value pairs) public array getOldAttributes ( )public void setOldAttributes ( $values )

helpers\BaseUrl $urlManager

$urlManager public static property (available since version 2.0.8) URL manager to use for creating URLs public static yii\web\UrlManager $urlManager = null

web\UrlNormalizer normalizePathInfo()

normalizePathInfo() public method Normalizes specified pathInfo. public string normalizePathInfo ( $pathInfo, $suffix, &$normalized = false )$pathInfo string PathInfo for normalization $suffix string Current rule suffix $normalized boolean If specified, this variable will be set to true if $pathInfo was changed during normalization return string Normalized pathInfo

web\AssetManager $converter

$converter public property The asset converter. public yii\web\AssetConverterInterface getConverter ( )public void setConverter ( $value )