Overview

Namespaces

  • Core
    • Auth
    • Exceptions
    • Helpers
    • Providers
  • Kernel
    • Dispatch
    • Providers
  • None
  • Vendor
    • ExampleVendor

Classes

  • Config
  • Service
  • Session
  • Overview
  • Namespace
  • Class
  • Download

Class Service

Class Service is our core backbone to retrieve information from the server before the instance is finished.

Core\ParentModel
Extended by Core\Providers\Service
Namespace: Core\Providers
Package: Core
Located at app/Kernel/Providers/Service.php
Methods summary
public static Core\Providers\Service
# singleton( )

Returns a Service instance, creating it if it did not exist.

Returns a Service instance, creating it if it did not exist.

Returns

Core\Providers\Service

Overrides

Core\ParentModel::singleton()
public static array
# getLanguage( string $lang )

Returns an array with the parsed translations from the

{lang}.ini

file.

Returns an array with the parsed translations from the

{lang}.ini

file.

Parameters

$lang
The language key

Returns

array
The translations
Methods inherited from Core\ParentModel
getRow(), query(), queryClass(), queryIndexed(), updateRow()
Properties summary
protected Core\ParentModel $model

The instance of the ParentModel

The instance of the ParentModel

#
Properties inherited from Core\ParentModel
$config, $db, $id
Ribosome API documentation generated by ApiGen