PHP Class Networking\InitCmsBundle\Model\ContentRoute

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

Protected Properties

Property Type Description
$classType string
$content $var object $content
$controller string
$id integer
$locale string
$objectId integer
$path string
$template string
$templateName string

Public Methods

Method 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 method

public __construct ( )

__toString() public method

public __toString ( ) : string
return string

getClassType() public method

public getClassType ( ) : string
return string

getContent() public method

public getContent ( )

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

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

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

Property Details

$classType protected_oe property

protected string $classType
return string

$content protected_oe property

$var object $content
protected $content

$controller protected_oe property

protected string $controller
return string

$id protected_oe property

protected int $id
return integer

$locale protected_oe property

protected string $locale
return string

$objectId protected_oe property

protected int $objectId
return integer

$path protected_oe property

protected string $path
return string

$template protected_oe property

protected string $template
return string

$templateName protected_oe property

protected string $templateName
return string