PHP Class yii\apidoc\models\PropertyDoc

Since: 2.0
Author: Carsten Brandt ([email protected])
Inheritance: extends BaseDoc
Datei anzeigen Open project: yiisoft/yii2-apidoc

Public Properties

Property Type Description
$defaultValue
$definedBy will be set by creating class
$getter will be set by creating class
$isStatic
$setter
$type
$types
$visibility

Public Methods

Method Description
__construct ( phpDocumentor\Reflection\ClassReflector\PropertyReflector $reflector = null, Context $context = null, array $config = [] )
getIsReadOnly ( ) : boolean
getIsWriteOnly ( ) : boolean

Method Details

__construct() public method

public __construct ( phpDocumentor\Reflection\ClassReflector\PropertyReflector $reflector = null, Context $context = null, array $config = [] )
$reflector phpDocumentor\Reflection\ClassReflector\PropertyReflector
$context Context
$config array

getIsReadOnly() public method

public getIsReadOnly ( ) : boolean
return boolean if property is read only

getIsWriteOnly() public method

public getIsWriteOnly ( ) : boolean
return boolean if property is write only

Property Details

$defaultValue public_oe property

public $defaultValue

$definedBy public_oe property

will be set by creating class
public $definedBy

$getter public_oe property

will be set by creating class
public $getter

$isStatic public_oe property

public $isStatic

$setter public_oe property

public $setter

$type public_oe property

public $type

$types public_oe property

public $types

$visibility public_oe property

public $visibility