db\BaseActiveRecord __set()

__set() public method PHP setter magic method. This method is overridden so that AR attributes can be accessed like properties. public void __set ( $name, $value )$name string Property name $value mixed Property value

grid\GridViewAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

grid\GridView $tableOptions

$tableOptions public property The HTML attributes for the grid table element. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $tableOptions = ['class' => 'table table-striped table-bordered']

web\AssetBundle $basePath

$basePath public property The Web-accessible directory that contains the asset files in this bundle. If $sourcePath is set, this property will be overwritten by yii\web\AssetManager when it publishes the asset files from $sourcePath. You can use either a directory or an alias of the directory. public string $basePath = null

widgets\ActiveField $model

$model public property The data model that this field is associated with. public yii\base\Model $model = null

widgets\ActiveField $validateOnChange

$validateOnChange public property Whether to perform validation when the value of the input field is changed. If not set, it will take the value of yii\widgets\ActiveForm::$validateOnChange. public boolean $validateOnChange = null

grid\ActionColumn $controller

$controller public property The ID of the controller that should handle the actions specified here. If not set, it will use the currently active controller. This property is mainly used by $urlCreator to create URLs for different actions. The value of this property will be prefixed to each action name to form the route of the action. public string $controller = null

web\AssetManager hash()

hash() protected method Generate a CRC32 hash for the directory path. Collisions are higher than MD5 but generates a much smaller hash string. protected string hash ( $path )$path string String to be hashed. return string Hashed string.

rest\ActiveController 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 ( )

rbac\PhpManager removeChildren()

removeChildren() public method Removed all children form their parent. Note, the children items are not deleted. Only the parent-child relationships are removed. public boolean removeChildren ( $parent )$parent yii\rbac\Item return boolean Whether the removal is successful