| 1 | <?php |
||
| 18 | class WebAppManifestResource { |
||
| 19 | /** @var ElggSite */ |
||
| 20 | private $site; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Constructor |
||
| 24 | * |
||
| 25 | * @param ElggSite $site The site serving this manifest. |
||
| 26 | */ |
||
| 27 | public function __construct(ElggSite $site) { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Behavior for HTTP GET method |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | public function get() { |
||
| 43 | } |