Пример #1
0
 public function doIndex()
 {
     $this->setBody(['links' => [['rel' => 'manual', 'title' => 'Manual', 'href' => 'http://psx.readthedocs.org', 'description' => 'The official manual of PSX'], ['rel' => 'api', 'title' => 'API', 'href' => $this->reverseRouter->getBasePath() . '/api', 'description' => 'The official API of PSX'], ['rel' => 'coverage', 'title' => 'Test coverage', 'href' => $this->reverseRouter->getBasePath() . '/coverage', 'description' => 'Shows how many code is covered by tests'], ['rel' => 'sample', 'title' => 'Example', 'href' => 'http://example.phpsx.org', 'description' => 'Example REST API and documentation'], ['rel' => 'source', 'title' => 'Github', 'href' => 'https://github.com/k42b3/psx', 'description' => 'The repository of PSX']]]);
 }