public static
null|string
|
#
getPropertyClass( $class, $propertyName )
Gets Property Class of the given property.
If the class is null, it returns null.
If the property is not found, it returns null.
Gets Property Class of the given property.
If the class is null, it returns null.
If the property is not found, it returns null.
Parameters
Returns
null|string
Throws
|
public static
null|boolean
|
#
isPropertyClassArray( $class, $propertyName )
Checks if the Property is of type array or an object
Checks if the Property is of type array or an object
Parameters
Returns
null|boolean
Throws
|
public static
mixed
|
#
propertyAnnotations( $class, $propertyName )
Retrieves Annotations of each property
Retrieves Annotations of each property
Parameters
Returns
mixed
Throws
RuntimeException
|
public static
string
|
#
getter( string $class, string $propertyName )
Returns the properly formatted getter function name based on class name and property
Formats the property name to a standard getter function
Returns the properly formatted getter function name based on class name and property
Formats the property name to a standard getter function
Parameters
Returns
string getter function name
|