PHP Класс yii\apidoc\models\PropertyDoc

С версии: 2.0
Автор: Carsten Brandt ([email protected])
Наследование: extends BaseDoc
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$defaultValue
$definedBy will be set by creating class
$getter will be set by creating class
$isStatic
$setter
$type
$types
$visibility

Открытые методы

Метод Описание
__construct ( phpDocumentor\Reflection\ClassReflector\PropertyReflector $reflector = null, Context $context = null, array $config = [] )
getIsReadOnly ( ) : boolean
getIsWriteOnly ( ) : boolean

Описание методов

__construct() публичный Метод

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

getIsReadOnly() публичный Метод

public getIsReadOnly ( ) : boolean
Результат boolean if property is read only

getIsWriteOnly() публичный Метод

public getIsWriteOnly ( ) : boolean
Результат boolean if property is write only

Описание свойств

$defaultValue публичное свойство

public $defaultValue

$definedBy публичное свойство

will be set by creating class
public $definedBy

$getter публичное свойство

will be set by creating class
public $getter

$isStatic публичное свойство

public $isStatic

$setter публичное свойство

public $setter

$type публичное свойство

public $type

$types публичное свойство

public $types

$visibility публичное свойство

public $visibility