PHP Класс LeanMapper\Reflection\PropertyMethods

Автор: Vojtěch Kohout
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $propertyName, boolean $isWritable, string $definition )
getGetter ( ) : string | null Gets getter method
getSetter ( ) : string | null Gets setter method

Описание методов

__construct() публичный Метод

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

getGetter() публичный Метод

Gets getter method
public getGetter ( ) : string | null
Результат string | null

getSetter() публичный Метод

Gets setter method
public getSetter ( ) : string | null
Результат string | null