PHP 클래스 Fakerino\Core\Entity\EntityInfo

저자: Nicola Pietroluongo ([email protected])
파일 보기 프로젝트 열기: fakerino/fakerino 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( object $entity )
$entity object

getMethods() 공개 메소드

Gets the methods of the object provided.
public getMethods ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
리턴 array

getProperties() 공개 메소드

Gets the properties of the object provided.
public getProperties ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
리턴 array

getSetters() 공개 메소드

Returns the public setters methods.
public getSetters ( integer $filter = ReflectionProperty::IS_PUBLIC ) : array
$filter integer
리턴 array