PHP Class Imbo\Model\ListModel

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

Méthodes publiques

Méthode 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 méthode

Get the container value
public getContainer ( ) : string
Résultat string

getData() public méthode

public getData ( )

getEntry() public méthode

Get the entry value
public getEntry ( ) : string
Résultat string

getList() public méthode

Get the list
public getList ( ) : array
Résultat array

setContainer() public méthode

Set the container value
public setContainer ( string $container ) : self
$container string
Résultat self

setEntry() public méthode

Set the entry value
public setEntry ( string $entry ) : self
$entry string
Résultat self

setList() public méthode

Set the list
public setList ( array $list ) : self
$list array The list itself
Résultat self