PHP Class Pheasant\Relationships\BelongsTo

Inheritance: extends Pheasant\Relationship
Afficher le fichier Open project: lox/pheasant

Méthodes publiques

Méthode Description
__construct ( $class, $local, $foreign = null, $allowEmpty = false ) Constructor
get ( $object, $key, $cache = null ) * (non-phpdoc)
set ( $object, $key, $value ) * (non-phpdoc)

Method Details

__construct() public méthode

Constructor
public __construct ( $class, $local, $foreign = null, $allowEmpty = false )

get() public méthode

* (non-phpdoc)
See also: Relationship::get()
public get ( $object, $key, $cache = null )

set() public méthode

* (non-phpdoc)
See also: Relationship::set()
public set ( $object, $key, $value )