Newscoop\Package\RemoteVideo::__construct PHP Method

__construct() public method

public __construct ( string $url )
$url string
    public function __construct($url)
    {
        $this->url = (string) $url;
    }