Laravoole\Server::__construct PHP Метод

__construct() публичный Метод

public __construct ( $wrapper )
    public function __construct($wrapper)
    {
        $class = "Laravoole\\Wrapper\\{$wrapper}Wrapper";
        $this->wrapper = $class;
    }