PHP Class LeanMapper\Reflection\PropertyMethods

Author: Vojtěch Kohout
Show file Open project: tharos/leanmapper Class Usage Examples

Public Methods

Method Description
__construct ( string $propertyName, boolean $isWritable, string $definition )
getGetter ( ) : string | null Gets getter method
getSetter ( ) : string | null Gets setter method

Method Details

__construct() public method

public __construct ( string $propertyName, boolean $isWritable, string $definition )
$propertyName string
$isWritable boolean
$definition string

getGetter() public method

Gets getter method
public getGetter ( ) : string | null
return string | null

getSetter() public method

Gets setter method
public getSetter ( ) : string | null
return string | null