Example #1
0
 public function __construct($entity_type)
 {
     parent::__construct();
     $this->entity_type = $entity_type;
 }
Example #2
0
 public function __construct($table)
 {
     parent::__construct();
     $this->table = $table;
 }