log\Dispatcher getTraceLevel()

getTraceLevel() public method public integer getTraceLevel ( )return integer How many application call stacks should be logged together with each message. This method returns the value of yii\log\Logger::$traceLevel. Defaults to 0.

widgets\LinkPager renderPageButton()

renderPageButton() protected method Renders a page button. You may override this method to customize the generation of page buttons. protected string renderPageButton ( $label, $page, $class, $disabled, $active )$label string The text label for the button $page integer The page number $class string The CSS class for the page button. $disabled boolean Whether this page button is disabled $active boolean Whether this page button is active return string The rendering result

helpers\BaseInflector humanize()

humanize() public static method Returns a human-readable string from $word public static string humanize ( $word, $ucAll = false )$word string The string to humanize $ucAll boolean Whether to set all words to uppercase or not

grid\GridView createDataColumn()

createDataColumn() protected method Creates a yii\grid\DataColumn object based on a string in the format of "attribute:format:label". protected yii\grid\DataColumn createDataColumn ( $text )$text string The column specification string return yii\grid\DataColumn The column instance throws yii\base\InvalidConfigException if the column specification is invalid

grid\GridView renderColumnGroup()

renderColumnGroup() public method Renders the column group HTML. public boolean|string renderColumnGroup ( )return boolean|string The column group HTML or false if no column group should be rendered.

debug\panels\DbPanel getProfileLogs()

getProfileLogs() public method Returns all profile logs of the current request for this panel. It includes categories such as: 'yii\db\Command::query', 'yii\db\Command::execute'. public array getProfileLogs ( )

web\UrlNormalizerRedirectException __construct()

__construct() public method public void __construct ( $url, $statusCode = 302, $scheme = false, $message = null, $code = 0, Exception $previous = null )$url array|string The parameter to be used to generate a valid URL for redirection. This will be used as first parameter for yii\helpers\Url::to() $statusCode integer HTTP status code used for redirection $scheme boolean|string The URI scheme to use in the generated URL for redirection. This will be used as second parameter for yii\

authclient\widgets\GooglePlusButton run()

run() public method Runs the widget. public void run ( )

base\Application EVENT_AFTER_REQUEST

EVENT_AFTER_REQUEST event of type yii\base\Event An event raised after the application successfully handles a request (before the response is sent out).

gii\generators\crud\Generator getColumnNames()

getColumnNames() public method public array getColumnNames ( )return array Model column names