Aerys\CommandClient::__construct PHP Метод

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

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