PHP Class LeanMapper\Reflection\PropertyPasses

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

Méthodes publiques

Méthode Description
__construct ( string $definition )
getGetterPass ( ) : string | null Gets getter pass
getSetterPass ( ) : string | null Gets setter pass

Method Details

__construct() public méthode

public __construct ( string $definition )
$definition string

getGetterPass() public méthode

Gets getter pass
public getGetterPass ( ) : string | null
Résultat string | null

getSetterPass() public méthode

Gets setter pass
public getSetterPass ( ) : string | null
Résultat string | null