function __construct(&$app) { $this->app = $app; $this->type = 'msg'; parent::__construct($app); }
function __construct(&$app) { $this->app = $app; parent::__construct($app); }
public function __construct(&$app) { $this->app = $app; $this->type = 'order'; parent::__construct($app); }