PHP 클래스 ApiPlatform\Core\Util\Reflection

저자: Kévin Dunglas ([email protected])
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
getProperty ( string $methodName ) : string | null Gets the property name associated with an accessor method.

메소드 상세

getProperty() 공개 메소드

Gets the property name associated with an accessor method.
public getProperty ( string $methodName ) : string | null
$methodName string
리턴 string | null