Registry
Class: \Flextype\Component\Registry\Registry
Visibility | Function |
---|---|
public | dump() : array Get registry array |
public | get(\string $name, mixed $default=null) : mixed Get item from the registry. |
public | has(\string $name) : bool Checks if an object with this name is in the registry. |
public | set(\string $name, mixed $value=null) : void Registers a given value under a given name. |