PHP Class RecessReflectorPackage, recess

Inheritance: extends Model
Afficher le fichier Open project: KrisJordan/recess Class Usage Examples

Méthodes publiques

Свойство Type Description
$id !Column PrimaryKey, Integer, AutoIncrement
$name !Column String
$parentId !Column Integer

Méthodes publiques

Méthode Description
childrenAlphabetically ( )
insert ( )

Method Details

childrenAlphabetically() public méthode

insert() public méthode

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