Screen\Location\Location::getLocation PHP Method

getLocation() public method

Returns the location path
public getLocation ( ) : string
return string
    public function getLocation()
    {
        return $this->location;
    }