Aerys\CommandClient::__construct PHP Méthode

__construct() public méthode

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);
    }