db\BaseActiveRecord afterFind()

afterFind() public method This method is called when the AR object is created and populated with the query result. The default implementation will trigger an EVENT_AFTER_FIND event. When overriding this method, make sure you call the parent implementation to ensure the event is triggered. public void afterFind ( )

captcha\CaptchaAction $fontFile

$fontFile public property The TrueType font file. This can be either a file path or path alias. public string $fontFile = '@yii/captcha/SpicyRice.ttf'

base\Component __get()

__get() public method Returns the value of a component property. This method will check in the following order and act accordingly: a property defined by a getter: return the getter result a property of a behavior: return the behavior property value Do not call this method directly as it is a PHP magic method that will be implicitly called when executing $value = $component->property;. See also __set(). public mixed __get ( $name )$name string The property name return mixed The prop

web\JqueryAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/jquery/dist'

widgets\InputWidget $value

$value public property The input value. public string $value = null

debug\panels\ConfigPanel getPhpInfo()

getPhpInfo() public method Returns the BODY contents of the phpinfo() output public array getPhpInfo ( )

gii\generators\form\Generator $name

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

validators\StringValidator $encoding

$encoding public property The encoding of the string value to be validated (e.g. 'UTF-8'). If this property is not set, yii\base\Application::$charset will be used. public string $encoding = null

captcha\CaptchaAction renderImageByGD()

renderImageByGD() protected method Renders the CAPTCHA image based on the code using GD library. protected string renderImageByGD ( $code )$code string The verification code return string Image contents in PNG format.

authclient\Collection getClients()

getClients() public method public yii\authclient\ClientInterface[] getClients ( )return yii\authclient\ClientInterface[] List of auth clients.