Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Gc
User
Collection
PHP Class Gc\User\Collection
Inheritance:
extends
Gc\Db\AbstractTable
Mostra file
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