PHP Class Fakerino\Core\Entity\ClassElement

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

Méthodes publiques

Méthode Description
__construct ( string $name, boolean $isStatic = false )
getName ( ) : string Gets element's name.
isStatic ( ) : boolean Returns if the element is static.

Method Details

__construct() public méthode

public __construct ( string $name, boolean $isStatic = false )
$name string
$isStatic boolean

getName() public méthode

Gets element's name.
public getName ( ) : string
Résultat string

isStatic() public méthode

Returns if the element is static.
public isStatic ( ) : boolean
Résultat boolean