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