Class Facade
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.
Direct known subclasses
Docoflow\Facades\Action
,
Docoflow\Facades\Activity
,
Docoflow\Facades\Flo
,
Docoflow\Facades\StateActivity
Abstract
Namespace: Docolight\Support
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Support/Facade.php
Namespace: Docolight\Support
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Support/Facade.php
Methods summary
public static
mixed
|
|
protected static
string
|
|
protected static
mixed
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
mixed
|
Properties summary
protected static
|
$container
The application instance being facaded. |
|
protected static
array
|
$instances
The resolved object instances. |