PHP 클래스 yii\apidoc\models\PropertyDoc

부터: 2.0
저자: Carsten Brandt ([email protected])
상속: extends BaseDoc
파일 보기 프로젝트 열기: yiisoft/yii2-apidoc

공개 프로퍼티들

프로퍼티 타입 설명
$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