<?php simplexml_load_file( string $filename, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $namespace_or_prefix = "", bool $is_prefix = false): SimpleXMLElement|false
<?php $manager->copy("source://{$this->asset->path()}", $destination); $svg = simplexml_load_file($cache->getAdapter()->getPathPrefix().$cachePath); $cache->delete($cachePath);