app_url = $app_url; } /** * @return string */ public function get_name() { return preg_replace( '/^https?:\/\//', '', $this->app_url ); } }