|
Elgg
Version master
|
Overview: http://html5doctor.com/web-manifest-specification/ Spec: https://w3c.github.io/manifest/. More...
Public Member Functions | |
| __construct (protected \ElggSite $site) | |
| Constructor. More... | |
| get () | |
| Behavior for HTTP GET method. More... | |
Overview: http://html5doctor.com/web-manifest-specification/ Spec: https://w3c.github.io/manifest/.
Support was added to Chrome 39 and is expected to come to Firefox soon.
Definition at line 15 of file WebAppManifestResource.php.
| Elgg\Http\WebAppManifestResource::__construct | ( | protected \ElggSite | $site | ) |
Constructor.
| \ElggSite | $site | The site serving this manifest. |
Definition at line 22 of file WebAppManifestResource.php.
| Elgg\Http\WebAppManifestResource::get | ( | ) |
Behavior for HTTP GET method.
Definition at line 30 of file WebAppManifestResource.php.