Interface HasAccessor
Interface for classes implementing the accessor pattern.
Methods summary
public static
mixed
|
#
accessor_format( string $property, string $type, string $lazy = self::ACCESSOR_IS_NOT_LAZY )
Formats an accessor method name. |
public
mixed
|
|
public
|
|
public
boolean
|
|
public
boolean
|
Constants summary
string |
ACCESSOR_TYPE_GETTER
|
#
"get"
|
string |
ACCESSOR_TYPE_SETTER
|
#
"set"
|
string |
ACCESSOR_IS_LAZY
|
#
'lazy'
|
string |
ACCESSOR_IS_NOT_LAZY
|
#
''
|