PHP Класс LeanMapper\Reflection\PropertyType

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

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

Метод Описание
__construct ( string $type, Aliases $aliases )
getType ( ) : string Gets type
isBasicType ( ) : boolean Tells whether current type is basic type (boolean|integer|float|string|array)

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

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

public __construct ( string $type, Aliases $aliases )
$type string
$aliases Aliases

getType() публичный метод

Gets type
public getType ( ) : string
Результат string

isBasicType() публичный метод

Tells whether current type is basic type (boolean|integer|float|string|array)
public isBasicType ( ) : boolean
Результат boolean