<?php namespace AC\Asset; interface Location { public function get_url(): string; public function get_path(): string; }