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