PHP 클래스 LeanMapper\Reflection\PropertyPasses

저자: Vojtěch Kohout
파일 보기 프로젝트 열기: tharos/leanmapper 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $definition )
getGetterPass ( ) : string | null Gets getter pass
getSetterPass ( ) : string | null Gets setter pass

메소드 상세

__construct() 공개 메소드

public __construct ( string $definition )
$definition string

getGetterPass() 공개 메소드

Gets getter pass
public getGetterPass ( ) : string | null
리턴 string | null

getSetterPass() 공개 메소드

Gets setter pass
public getSetterPass ( ) : string | null
리턴 string | null