PHP Class Gc\User\Collection

Inheritance: extends Gc\Db\AbstractTable
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$name string Table name

Méthodes publiques

Méthode Description
getUsers ( ) : array Get users
init ( ) : void Initiliaze User collection

Méthodes protégées

Méthode Description
setUsers ( ) : void Set users collection

Method Details

getUsers() public méthode

Get users
public getUsers ( ) : array
Résultat array Gc\User\Model

init() public méthode

Initiliaze User collection
public init ( ) : void
Résultat void

setUsers() protected méthode

Set users collection
protected setUsers ( ) : void
Résultat void

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string