i18n\GettextMessageSource $useBigEndian

$useBigEndian public property public boolean $useBigEndian = false

grid\Column $grid

$grid public property The grid view object that owns this column. public yii\grid\GridView $grid = null

data\Sort $urlManager

$urlManager public property The URL manager used for creating sort URLs. If not set, the urlManager application component will be used. public yii\web\UrlManager $urlManager = null

filters\PageCache init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\widgets\AuthChoice run()

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

authclient\BaseOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. public string $apiBaseUrl = null

debug\DebugAsset $css

$css public property public $css = ['main.css', 'toolbar.css']

web\Request $isFlash

$isFlash public read-only property Whether this is an Adobe Flash or Adobe Flex request. public boolean getIsFlash ( )

Core Validators

boolean captcha compare date default double each email exist file filter image ip in integer match number required safe string trim unique url Yii provides a set of commonly used core validators, found primarily under the yii\validators namespace. Instead of using lengthy validator class names, you may use aliases to specify the use of these core validators. For example, you can use the alias required to refer to the yii\validators\RequiredValidator class: public function rules() { return

widgets\ActiveFormAsset $js

$js public property public $js = ['yii.activeForm.js']