PHP Class TeamRecord, prado

Inheritance: extends BaseFkRecord
Show file Open project: pradosoft/prado Class Usage Examples

Public Properties

Property Type Description
$RELATIONS define the $player member having has many relationship with PlayerRecord
$location
$name
$players

Public Methods

Method Description
finder ( $className = __CLASS__ )

Method Details

finder() public static method

public static finder ( $className = __CLASS__ )

Property Details

$RELATIONS public static property

define the $player member having has many relationship with PlayerRecord
public static $RELATIONS

$location public property

public $location

$name public property

public $name

$players public property

public $players