ModelProperty
class ModelProperty implements PropertyReflection
Methods
__construct(ClassReflection $declaringClass, Type $readableType, Type $writableType, bool $writeable = true)
No description
ClassReflection
getDeclaringClass()
No description
bool
isStatic()
No description
bool
isPrivate()
No description
bool
isPublic()
No description
bool
isReadable()
No description
bool
isWritable()
No description
string|null
getDocComment()
No description
Type
getReadableType()
No description
Type
getWritableType()
No description
bool
canChangeTypeAfterAssignment()
No description
TrinaryLogic
isDeprecated()
No description
string|null
getDeprecatedDescription()
No description
TrinaryLogic
isInternal()
No description
Details
at line 26
__construct(ClassReflection $declaringClass, Type $readableType, Type $writableType, bool $writeable = true)
No description
at line 34
ClassReflection
getDeclaringClass()
No description
at line 39
bool
isStatic()
No description
at line 44
bool
isPrivate()
No description
at line 49
bool
isPublic()
No description
at line 54
bool
isReadable()
No description
at line 59
bool
isWritable()
No description
at line 64
string|null
getDocComment()
No description
at line 69
Type
getReadableType()
No description
at line 74
Type
getWritableType()
No description
at line 79
bool
canChangeTypeAfterAssignment()
No description
at line 84
TrinaryLogic
isDeprecated()
No description
at line 89
string|null
getDeprecatedDescription()
No description
at line 94
TrinaryLogic
isInternal()
No description