Gets a specific named location.
string $name: The name of the location to fetch.
string The value of the provided named location
public function getLocation($name) { return $this->hasLocation($name) ? $this->locations()[$name] : FALSE; }