PHP Class Fakerino\Core\Entity\EntityInfo

Author: Nicola Pietroluongo ([email protected])
Afficher le fichier Open project: fakerino/fakerino Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( object $entity ) Constructor
getMethods ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array Gets the methods of the object provided.
getProperties ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array Gets the properties of the object provided.
getSetters ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array Returns the public setters methods.

Method Details

__construct() public méthode

Constructor
public __construct ( object $entity )
$entity object

getMethods() public méthode

Gets the methods of the object provided.
public getMethods ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
Résultat array

getProperties() public méthode

Gets the properties of the object provided.
public getProperties ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
Résultat array

getSetters() public méthode

Returns the public setters methods.
public getSetters ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
Résultat array