Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 346 Bytes

File metadata and controls

21 lines (14 loc) · 346 Bytes

NotInited

class NotInited extends Logic implements Inited

For classes that require manual initialization.

$instance = new TClass();
// $instance->init($config);
$instance->call();

__construct([$object [, $previous, $thrower])

  • $object - the object or its name

Methods

  • getObject():object|string