PHP Class Bluz\Proxy\Messages

Example of usage use Bluz\Proxy\Messages; Messages::addSuccess('All Ok!');
See also: Instance::addNotice()
See also: Instance::addSuccess()
See also: Instance::addError()
See also: Instance::count()
See also: Instance::pop()
See also: Instance::popAll()
See also: Instance::reset()
Author: Anton Shevchuk
Inheritance: use trait ProxyTrait
显示文件 Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : Messages Init instance

Method Details

initInstance() protected static method

Init instance
protected static initInstance ( ) : Messages
return Bluz\Messages\Messages