Example #1
0
 public function __construct($table, NotORMResult $result, $column, $active)
 {
     parent::__construct($table, $result->notORM);
     $this->result = $result;
     $this->column = $column;
     $this->active = $active;
 }