Redaxscript\Messenger::__construct PHP Method

__construct() public method

constructor of the class
Since: 2.4.0
public __construct ( Registry $registry )
$registry Registry instance of the registry class
    public function __construct(Registry $registry)
    {
        $this->_registry = $registry;
    }