<?php namespace refill; abstract class IRefillOil extends IRefill { public function __construct($cfgs) { parent::__construct($cfgs); } }