BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • Database
  • JsonSchema
  • LoggedUser
  • System
  • Text

Interfaces

  • JsonApiSerializable

Class System

Retrieve system information on service availability and general status

Provides static methods to get information in array format

Namespace: BEdita\Core\Utility
Located at Core/src/Utility/System.php

Methods summary

public static array
# status( )

Get status information

Get status information

Returns

array
Information on environment and datasource/cache connections
public static array
# checkPHP( )

Check PHP version and extensions

Check PHP version and extensions

Returns

array

Details of performed check with keys - 'success' true if check ok, false otherwise - 'message' array of error messages

public static array
# checkFS( )

Check Filesystem

Check Filesystem

Returns

array

Details of performed check with keys - 'success' true if check ok, false otherwise - 'message' array of error messages

protected static
# loadRequirements( )

Load system requirements in Configuration 'Requirements'

Load system requirements in Configuration 'Requirements'

BEdita API doc | 4-cactus API documentation generated by ApiGen