Overview

Namespaces

  • Alchemy
    • core
      • query
      • schema
    • dialect
    • engine
    • orm
    • tests
    • util
      • promise
  • PHP

Classes

  • DataMapper
  • DDL
  • ManyToOne
  • OneToMany
  • OneToOne
  • ORMQuery
  • ORMTable
  • ORMTableRef
  • RelatedSet
  • Relationship
  • Session
  • SessionSelect
  • WorkQueue
  • Overview
  • Namespace
  • Class
  • Tree

Class RelatedSet

This class is used to manage the set of objects defined by a specific owner object and one of it's relationships.

Namespace: Alchemy\orm
Located at alchemy/orm/RelatedSet.php
Methods summary
public
# __construct( Alchemy\orm\DataMapper $owner, Alchemy\orm\Relationship $relationship )

Object constructor.

Object constructor.

Parameters

$owner
Alchemy\orm\DataMapper
$owner
$relationship
Alchemy\orm\Relationship
$relationship
public
# __call( mixed $name, mixed $args )

Allows SessionSelect querying with a predefined filter for this relationship

Allows SessionSelect querying with a predefined filter for this relationship

public
# select( )
public
# all( )
public
# one( )
public
# first( )
API documentation generated by ApiGen 2.8.0