PHP Класс Imbo\Model\ListModel

Автор: Christer Edvartsen ([email protected])
Наследование: implements Imbo\Model\ModelInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getContainer ( ) : string Get the container value
getData ( )
getEntry ( ) : string Get the entry value
getList ( ) : array Get the list
setContainer ( string $container ) : self Set the container value
setEntry ( string $entry ) : self Set the entry value
setList ( array $list ) : self Set the list

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

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

Get the container value
public getContainer ( ) : string
Результат string

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

public getData ( )

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

Get the entry value
public getEntry ( ) : string
Результат string

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

Get the list
public getList ( ) : array
Результат array

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

Set the container value
public setContainer ( string $container ) : self
$container string
Результат self

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

Set the entry value
public setEntry ( string $entry ) : self
$entry string
Результат self

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

Set the list
public setList ( array $list ) : self
$list array The list itself
Результат self