PHP Class Gc\User\Collection

Inheritance: extends Gc\Db\AbstractTable
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$name string Table name

Public Methods

Method Description
getUsers ( ) : array Get users
init ( ) : void Initiliaze User collection

Protected Methods

Method Description
setUsers ( ) : void Set users collection

Method Details

getUsers() public method

Get users
public getUsers ( ) : array
return array Gc\User\Model

init() public method

Initiliaze User collection
public init ( ) : void
return void

setUsers() protected method

Set users collection
protected setUsers ( ) : void
return void

Property Details

$name protected_oe property

Table name
protected string $name
return string