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

widgets\ActiveForm $ajaxParam

$ajaxParam public property The name of the GET parameter indicating the validation request is an AJAX request. public string $ajaxParam = 'ajax'

rbac\PhpManager load()

load() protected method Loads authorization data from persistent storage. protected void load ( )

web\CacheSession writeSession()

writeSession() public method Session write handler. Do not call this method directly. public boolean writeSession ( $id, $data )$id string Session ID $data string Session data return boolean Whether session write is successful

widgets\ActiveForm beginField()

beginField() public method Begins a form field. This method will create a new form field and returns its opening tag. You should call endField() afterwards. See also: endField() field() public string beginField ( $model, $attribute, $options = [] )$model yii\base\Model The data model. $attribute string The attribute name or expression. See yii\helpers\Html::getAttributeName() for the format about attribute expression. $options array The additional configurations for the field object.

smarty\ViewRenderer init()

init() public method Instantiates and configures the Smarty object. public void init ( )

sphinx\ActiveFixture 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 ( )

validators\NumberValidator $numberPattern

$numberPattern public property The regular expression for matching numbers. It defaults to a pattern that matches floating numbers with optional exponential part (e.g. -1.23e-10). public string $numberPattern = '/^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/'

sphinx\ActiveDataProvider setMeta()

setMeta() public method public void setMeta ( $meta )$meta array Search query meta info

validators\IpValidator $subnet

$subnet public property Whether the address can be an IP with CIDR subnet, like 192.168.10.0/24. The following values are possible: false - the address must not have a subnet (default). true - specifying a subnet is required. null - specifying a subnet is optional. public boolean $subnet = false