array( '' => 'PhabricatorTokenGivenController', 'given/' => 'PhabricatorTokenGivenController', 'give/(?[^/]+)/' => 'PhabricatorTokenGiveController', ), ); } public function getEventListeners() { return array( new PhabricatorTokenUIEventListener(), ); } }