yii\aseObject
2019-08-23 14:48:56 10 举报
AI智能生成
Yii2 属性
作者其他创作
大纲/内容
static::className()
__construct()
Yii::configure($this, $config)
init()
__get()
$this->$getter()
__set()
$this->$setter($value)
__isset()
$this->$getter() !== null
__unset()
$this->$setter(null)
__call()
hasProperty()
canGetProperty()
canSetProperty()
hasMethod()
method_exists($this, $name)
0 条评论
下一页