PHP Interface Networking\InitCmsBundle\Model\ContentRouteInterface

Author: Yorkie Chadwick ([email protected])
Show file Open project: networking/init-cms-bundle Interface Usage Examples

Public Methods

Method Description
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 )

Method Details

getClassType() public method

public getClassType ( ) : string
return string

getController() public method

public getController ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getLocale() public method

public getLocale ( ) : string
return string

getObjectId() public method

public getObjectId ( ) : integer
return integer

getPath() public method

public getPath ( ) : string
return string

getTemplate() public method

public getTemplate ( ) : string
return string

getTemplateName() public method

public getTemplateName ( ) : string
return string

setClassType() public method

public setClassType ( string $classType )
$classType string

setContent() public method

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

setController() public method

public setController ( string $controller )
$controller string

setId() public method

public setId ( integer $id )
$id integer

setLocale() public method

public setLocale ( string $locale )
$locale string

setObjectId() public method

public setObjectId ( integer $objectId )
$objectId integer

setPath() public method

public setPath ( $path )
$path

setTemplate() public method

public setTemplate ( string $template )
$template string

setTemplateName() public method

public setTemplateName ( string $templateName )
$templateName string