PHP Класс Sulu\Component\Webspace\Segment

Наследование: implements Sulu\Component\Util\ArrayableInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getKey ( ) : string Returns the key of the segment.
getName ( ) : string Returns the name of the segment.
isDefault ( ) : boolean Returns whether this segment is the default one.
setDefault ( boolean $default ) Sets if this segment is the default one.
setKey ( string $key ) Sets the key of the segment.
setName ( string $name ) Sets the name of the segment.
toArray ( $depth = null )

Описание методов

getKey() публичный Метод

Returns the key of the segment.
public getKey ( ) : string
Результат string

getName() публичный Метод

Returns the name of the segment.
public getName ( ) : string
Результат string

isDefault() публичный Метод

Returns whether this segment is the default one.
public isDefault ( ) : boolean
Результат boolean

setDefault() публичный Метод

Sets if this segment is the default one.
public setDefault ( boolean $default )
$default boolean

setKey() публичный Метод

Sets the key of the segment.
public setKey ( string $key )
$key string

setName() публичный Метод

Sets the name of the segment.
public setName ( string $name )
$name string

toArray() публичный Метод

public toArray ( $depth = null )