PHP Class Ouzo\Db\RelationToFetch

Datei anzeigen Open project: letsdrink/ouzo Class Usage Examples

Public Properties

Property Type Description
$destinationField
$field
$relation

Public Methods

Method Description
__construct ( $field, $relation, $destinationField )
equals ( RelationToFetch $other )
equalsPredicate ( RelationToFetch $other )

Method Details

__construct() public method

public __construct ( $field, $relation, $destinationField )

equals() public method

public equals ( RelationToFetch $other )
$other RelationToFetch

equalsPredicate() public static method

public static equalsPredicate ( RelationToFetch $other )
$other RelationToFetch

Property Details

$destinationField public_oe property

public $destinationField

$field public_oe property

public $field

$relation public_oe property

public $relation