Автор: Elliot Levin (elliotlevin@hotmail.com)
Наследование: implements Pinq\Queries\ISourceInfo
Пример #1
0
 public function __construct(ITraversable $traversable)
 {
     parent::__construct(spl_object_hash($traversable));
     $this->traversable = $traversable;
 }
Пример #2
0
 public function __construct($tableName, array $primaryKeys = null)
 {
     parent::__construct($tableName);
     $this->name = $tableName;
     $this->primaryKeys = $primaryKeys;
 }