PHP 인터페이스 Networking\InitCmsBundle\Model\ContentRouteInterface

저자: Yorkie Chadwick ([email protected])
파일 보기 프로젝트 열기: networking/init-cms-bundle 0 사용 예제들

공개 메소드들

메소드 설명
getClassType ( ) : string
getController ( ) : string
getId ( ) : integer
getLocale ( ) : string
getObjectId ( ) : integer
getPath ( ) : string
getTemplate ( ) : string
getTemplateName ( ) : string
setClassType ( string $classType )
setContent ( Symfony\Cmf\Component\Routing\RouteReferrersReadInterface $content ) : ContentRoute Set the content of a route
setController ( string $controller )
setId ( integer $id )
setLocale ( string $locale )
setObjectId ( integer $objectId )
setPath ( $path )
setTemplate ( string $template )
setTemplateName ( string $templateName )

메소드 상세

getClassType() 공개 메소드

public getClassType ( ) : string
리턴 string

getController() 공개 메소드

public getController ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLocale() 공개 메소드

public getLocale ( ) : string
리턴 string

getObjectId() 공개 메소드

public getObjectId ( ) : integer
리턴 integer

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getTemplate() 공개 메소드

public getTemplate ( ) : string
리턴 string

getTemplateName() 공개 메소드

public getTemplateName ( ) : string
리턴 string

setClassType() 공개 메소드

public setClassType ( string $classType )
$classType string

setContent() 공개 메소드

Set the content of a route
public setContent ( Symfony\Cmf\Component\Routing\RouteReferrersReadInterface $content ) : ContentRoute
$content Symfony\Cmf\Component\Routing\RouteReferrersReadInterface
리턴 ContentRoute

setController() 공개 메소드

public setController ( string $controller )
$controller string

setId() 공개 메소드

public setId ( integer $id )
$id integer

setLocale() 공개 메소드

public setLocale ( string $locale )
$locale string

setObjectId() 공개 메소드

public setObjectId ( integer $objectId )
$objectId integer

setPath() 공개 메소드

public setPath ( $path )
$path

setTemplate() 공개 메소드

public setTemplate ( string $template )
$template string

setTemplateName() 공개 메소드

public setTemplateName ( string $templateName )
$templateName string