Example #1
0
 public function __construct($adapter, $statements, $table, $join_type)
 {
     parent::__construct($adapter, $statements);
     $this->table = $table;
     $this->join_type = $join_type;
 }