PHP 클래스 WellCommerce\Bundle\RoutingBundle\Entity\Route

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface, implements RoutingDiscriminatorsAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$identifier object
$locale string
$path string

공개 메소드들

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

프로퍼티 상세

$identifier 보호되어 있는 프로퍼티

protected object $identifier
리턴 object

$locale 보호되어 있는 프로퍼티

protected string $locale
리턴 string

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string