mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
pull origin
This commit is contained in:
@@ -20,18 +20,16 @@ class PropertyDoc extends BaseDoc
|
||||
{
|
||||
public $visibility;
|
||||
public $isStatic;
|
||||
|
||||
public $type;
|
||||
public $types;
|
||||
public $defaultValue;
|
||||
|
||||
// will be set by creating class
|
||||
public $getter;
|
||||
public $setter;
|
||||
|
||||
// will be set by creating class
|
||||
public $definedBy;
|
||||
|
||||
|
||||
public function getIsReadOnly()
|
||||
{
|
||||
return $this->getter !== null && $this->setter === null;
|
||||
|
||||
Reference in New Issue
Block a user