Aerys\CommandClient::__construct PHP Method

__construct() public method

public __construct ( string $config )
$config string
    public function __construct(string $config)
    {
        $this->path = self::socketPath($config);
        $this->writer = (new \ReflectionClass($this))->getMethod("writer")->getClosure($this);
    }