PHP Class Imbo\Model\ListModel

Author: Christer Edvartsen ([email protected])
Inheritance: implements Imbo\Model\ModelInterface
Show file Open project: imbo/imbo Class Usage Examples

Public Methods

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

Method Details

getContainer() public method

Get the container value
public getContainer ( ) : string
return string

getData() public method

public getData ( )

getEntry() public method

Get the entry value
public getEntry ( ) : string
return string

getList() public method

Get the list
public getList ( ) : array
return array

setContainer() public method

Set the container value
public setContainer ( string $container ) : self
$container string
return self

setEntry() public method

Set the entry value
public setEntry ( string $entry ) : self
$entry string
return self

setList() public method

Set the list
public setList ( array $list ) : self
$list array The list itself
return self