PHP Class LeanMapper\Reflection\PropertyType

Author: Vojtěch Kohout
Afficher le fichier Open project: tharos/leanmapper Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $type, Aliases $aliases )
getType ( ) : string Gets type
isBasicType ( ) : boolean Tells whether current type is basic type (boolean|integer|float|string|array)

Method Details

__construct() public méthode

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

getType() public méthode

Gets type
public getType ( ) : string
Résultat string

isBasicType() public méthode

Tells whether current type is basic type (boolean|integer|float|string|array)
public isBasicType ( ) : boolean
Résultat boolean