PHP Class RecessReflectorPackage, recess

Inheritance: extends Model
Datei anzeigen Open project: KrisJordan/recess Class Usage Examples

Public Properties

Property Type Description
$id !Column PrimaryKey, Integer, AutoIncrement
$name !Column String
$parentId !Column Integer

Public Methods

Method Description
childrenAlphabetically ( )
insert ( )

Method Details

childrenAlphabetically() public method

insert() public method

public insert ( )

Property Details

$id public_oe property

!Column PrimaryKey, Integer, AutoIncrement
public $id

$name public_oe property

!Column String
public $name

$parentId public_oe property

!Column Integer
public $parentId