gii\generators\model\Generator $classNames

$classNames protected property protected $classNames = null

web\Request $queryParams

$queryParams public property The request GET parameter values. public array getQueryParams ( )public void setQueryParams ( $values )

db\pgsql\Schema getUniqueIndexInformation()

getUniqueIndexInformation() protected method Gets information about given table unique indexes. protected array getUniqueIndexInformation ( $table )$table yii\db\TableSchema The table metadata return array With index and column names

authclient\BaseClient setViewOptions()

setViewOptions() public method public void setViewOptions ( $viewOptions )$viewOptions array View options in format: optionName => optionValue

base\Widget setId()

setId() public method Sets the ID of the widget. public void setId ( $value )$value string Id of the widget.

web\User init()

init() public method Initializes the application component. public void init ( )

authclient\widgets\GooglePlusButton $callback

$callback public property Callback JavaScript function name or URL config. public string getCallback ( )public void setCallback ( $callback )

base\Action afterRun()

afterRun() protected method This method is called right after run() is executed. You may override this method to do post-processing work for the action run. protected void afterRun ( )

rbac\Rule $updatedAt

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

helpers\BaseInflector slug()

slug() public static method Returns a string with all spaces converted to given replacement, non word characters removed and the rest of characters transliterated. If intl extension isn't available uses fallback that converts latin characters only and removes the rest. You may customize characters map via $transliteration property of the helper. public static string slug ( $string, $replacement = '-', $lowercase = true )$string string An arbitrary string to convert $replacement string