Laravoole\Base::init PHP Méthode

init() final public méthode

final public init ( $pid_file, $root_dir, $handler_config, $wrapper_config )
    public final function init($pid_file, $root_dir, $handler_config, $wrapper_config)
    {
        $this->pid_file = $pid_file;
        $this->root_dir = $root_dir;
        $this->handler_config = $handler_config;
        $this->wrapper_config = $wrapper_config;
    }