Amp\Artax\FileBody::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $path )
$path string The filesystem path for the file we wish to send
    public function __construct($path)
    {
        $this->path = (string) $path;
    }