PHP 인터페이스 WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
getIdentifier ( ) : object
getLocale ( ) : string
getPath ( ) : string
getType ( ) : string
setIdentifier ( object $identifier )
setLocale ( string $locale )
setPath ( string $path )

메소드 상세

getIdentifier() 공개 메소드

public getIdentifier ( ) : object
리턴 object

getLocale() 공개 메소드

public getLocale ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

setIdentifier() 공개 메소드

public setIdentifier ( object $identifier )
$identifier object

setLocale() 공개 메소드

public setLocale ( string $locale )
$locale string

setPath() 공개 메소드

public setPath ( string $path )
$path string