PHP Class Gc\Module\Collection

Inheritance: extends Gc\Db\AbstractTable
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$name string Table name

Public Methods

Method Description
getSelect ( ) : array Return array for input select
init ( ) : Collection Initialize collection

Protected Methods

Method Description
setModules ( ) : Collection Initialize modules

Method Details

getSelect() public method

Return array for input select
public getSelect ( ) : array
return array

init() public method

Initialize collection
public init ( ) : Collection
return Collection

setModules() protected method

Initialize modules
protected setModules ( ) : Collection
return Collection

Property Details

$name protected property

Table name
protected string $name
return string