PHP 클래스 Networking\InitCmsBundle\Model\ContentRoute

저자: net working AG ([email protected])
상속: implements Networking\InitCmsBundle\Model\ContentRouteInterface
파일 보기 프로젝트 열기: networking/init-cms-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$classType string
$content $var object $content
$controller string
$id integer
$locale string
$objectId integer
$path string
$template string
$templateName string

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getClassType() 공개 메소드

public getClassType ( ) : string
리턴 string

getContent() 공개 메소드

public getContent ( )

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() 공개 메소드

Initializes the object to function as a route
public setContent ( Symfony\Cmf\Component\Routing\RouteReferrersReadInterface $content )
$content Symfony\Cmf\Component\Routing\RouteReferrersReadInterface

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

프로퍼티 상세

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

protected string $classType
리턴 string

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

$var object $content
protected $content

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

protected string $controller
리턴 string

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

protected int $id
리턴 integer

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

protected string $locale
리턴 string

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

protected int $objectId
리턴 integer

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

protected string $path
리턴 string

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

protected string $template
리턴 string

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

protected string $templateName
리턴 string