PHP Класс Networking\InitCmsBundle\Model\ContentRoute

Автор: net working AG ([email protected])
Наследование: implements Networking\InitCmsBundle\Model\ContentRouteInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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