LFT
  • Namespace
  • Class
  • Tree

Namespaces

  • Docoflow
    • Contracts
    • Entity
    • Facades
    • Models
    • Traits
  • Docolight
    • Agno
      • Traits
    • Container
    • Http
      • Contracts
    • Rest
      • Handler
      • Http
    • Support
      • Debug
      • Traits
  • Docotory
    • Traits
  • None

Classes

  • Action
  • Activity
  • Flo
  • StateActivity

Class StateActivity

The Facade design pattern is often used when a system is very complex or difficult to understand because the system has a large number of interdependent classes or its source code is unavailable. This pattern hides the complexities of the larger system and provides a simpler interface to the client. It typically involves a single wrapper class which contains a set of members required by client. These members access the system on behalf of the facade client and hide the implementation details.

Docolight\Support\Facade
Extended by Docoflow\Facades\StateActivity
Namespace: Docoflow\Facades
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docoflow/Facades/StateActivity.php

Methods summary

protected static string
# accessor( )

Get the registered name of the component.

Get the registered name of the component.

Returns

string

Throws

RuntimeException

Overrides

Docolight\Support\Facade::accessor

Methods inherited from Docolight\Support\Facade

__callStatic(), clear(), clears(), container(), resolve(), root(), set()

Properties summary

Properties inherited from Docolight\Support\Facade

$container, $instances

LFT API documentation generated by ApiGen