widgets\BaseListView $emptyText

$emptyText public property The HTML content to be displayed when $dataProvider does not have any data. public string $emptyText = null

authclient\widgets\AuthChoice $baseAuthUrl

$baseAuthUrl public property Base auth URL configuration. public array getBaseAuthUrl ( )public void setBaseAuthUrl ( array $baseAuthUrl )

mongodb\file\Upload $chunkCount

$chunkCount public property File chunk counts. public integer $chunkCount = 0

authclient\widgets\AuthChoiceItem $client

$client public property Auth client instance. public yii\authclient\ClientInterface $client = null

test\InitDbFixture afterLoad()

afterLoad() public method This method is called AFTER all fixture data have been loaded for the current test. public void afterLoad ( )

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

rbac\Rule $updatedAt

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

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 ( )

rest\Serializer $preserveKeys

$preserveKeys public property (available since version 2.0.10) Whether to preserve array keys when serializing collection data. Set this to true to allow serialization of a collection as a JSON object where array keys are used to index the model objects. The default is to serialize all collections as array, regardless of how the array is indexed. See also serializeDataProvider(). public boolean $preserveKeys = false

authclient\OAuthToken getExpireDurationParamKey()

getExpireDurationParamKey() public method public string getExpireDurationParamKey ( )return string Expire duration param key.