PHP 클래스 Fakerino\Core\Entity\ClassElement

저자: Nicola Pietroluongo ([email protected])
파일 보기 프로젝트 열기: fakerino/fakerino

공개 메소드들

메소드 설명
__construct ( string $name, boolean $isStatic = false )
getName ( ) : string Gets element's name.
isStatic ( ) : boolean Returns if the element is static.

메소드 상세

__construct() 공개 메소드

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

getName() 공개 메소드

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

isStatic() 공개 메소드

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