PHP Class Networking\InitCmsBundle\Model\ContentRoute

Author: net working AG ([email protected])
Inheritance: implements Networking\InitCmsBundle\Model\ContentRouteInterface
Afficher le fichier Open project: networking/init-cms-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$classType string
$content $var object $content
$controller string
$id integer
$locale string
$objectId integer
$path string
$template string
$templateName string

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

public __construct ( )

__toString() public méthode

public __toString ( ) : string
Résultat string

getClassType() public méthode

public getClassType ( ) : string
Résultat string

getContent() public méthode

public getContent ( )

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

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

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

Property Details

$classType protected_oe property

protected string $classType
Résultat string

$content protected_oe property

$var object $content
protected $content

$controller protected_oe property

protected string $controller
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$locale protected_oe property

protected string $locale
Résultat string

$objectId protected_oe property

protected int $objectId
Résultat integer

$path protected_oe property

protected string $path
Résultat string

$template protected_oe property

protected string $template
Résultat string

$templateName protected_oe property

protected string $templateName
Résultat string