PHP Interface Networking\InitCmsBundle\Model\ContentRouteInterface

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

Méthodes publiques

Méthode 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 méthode

public getClassType ( ) : string
Résultat string

getController() public méthode

public getController ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getLocale() public méthode

public getLocale ( ) : string
Résultat string

getObjectId() public méthode

public getObjectId ( ) : integer
Résultat integer

getPath() public méthode

public getPath ( ) : string
Résultat string

getTemplate() public méthode

public getTemplate ( ) : string
Résultat string

getTemplateName() public méthode

public getTemplateName ( ) : string
Résultat string

setClassType() public méthode

public setClassType ( string $classType )
$classType string

setContent() public méthode

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

setController() public méthode

public setController ( string $controller )
$controller string

setId() public méthode

public setId ( integer $id )
$id integer

setLocale() public méthode

public setLocale ( string $locale )
$locale string

setObjectId() public méthode

public setObjectId ( integer $objectId )
$objectId integer

setPath() public méthode

public setPath ( $path )
$path

setTemplate() public méthode

public setTemplate ( string $template )
$template string

setTemplateName() public méthode

public setTemplateName ( string $templateName )
$templateName string