PHP Class Fakerino\Core\Entity\ClassElement

Author: Nicola Pietroluongo ([email protected])
Show file Open project: fakerino/fakerino

Public Methods

Method 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 method

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

getName() public method

Gets element's name.
public getName ( ) : string
return string

isStatic() public method

Returns if the element is static.
public isStatic ( ) : boolean
return boolean