Apple_Exporter\Components\Component::bundle_source PHP Method

bundle_source() protected method

Calls the current workspace bundle_source method to allow for different implementations of the bundling technique.
protected bundle_source ( string $filename, string $source )
$filename string The name of the file to be created
$source string The path or URL of the resource which is going to be bundled
    protected function bundle_source($filename, $source)
    {
        $this->workspace->bundle_source($filename, $source);
    }