Changeset View
Changeset View
Standalone View
Standalone View
src/applications/base/PhabricatorApplication.php
| Show First 20 Lines • Show All 237 Lines • ▼ Show 20 Lines | |||||
| /* -( URI Routing )-------------------------------------------------------- */ | /* -( URI Routing )-------------------------------------------------------- */ | ||||
| public function getRoutes() { | public function getRoutes() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function getResourceRoutes() { | |||||
| return array(); | |||||
| } | |||||
| /* -( Email Integration )-------------------------------------------------- */ | /* -( Email Integration )-------------------------------------------------- */ | ||||
| public function supportsEmailIntegration() { | public function supportsEmailIntegration() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 381 Lines • Show Last 20 Lines | |||||