* @method ModelNews getById(int $id) */ class ServiceNews extends AbstractService { public function __construct(helper_plugin_sqlite $sqlite) { parent::__construct($sqlite, 'news', ModelNews::class); } }