Ejemplo n.º 1
0
 public function __construct($relationship, $src_set)
 {
     parent::__construct();
     $this->root = self::AUTO;
     $this->relationship = $relationship;
     $this->src_set = $src_set;
 }
Ejemplo n.º 2
0
 public function __construct($entity)
 {
     parent::__construct();
     $this->entity = $entity;
 }