Elgg  Version 5.1
Public Member Functions | List of all members
Elgg\Http\WebAppManifestResource Class Reference

Overview: http://html5doctor.com/web-manifest-specification/ Spec: https://w3c.github.io/manifest/. More...

Public Member Functions

 __construct (\ElggSite $site)
 Constructor. More...
 
 get ()
 Behavior for HTTP GET method. More...
 

Detailed Description

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.

Since
1.10

Definition at line 15 of file WebAppManifestResource.php.

Constructor & Destructor Documentation

Elgg\Http\WebAppManifestResource::__construct ( \ElggSite  $site)

Constructor.

Parameters
\ElggSite$siteThe site serving this manifest.

Definition at line 25 of file WebAppManifestResource.php.

Member Function Documentation

Elgg\Http\WebAppManifestResource::get ( )

Behavior for HTTP GET method.

Returns
array

Definition at line 34 of file WebAppManifestResource.php.


The documentation for this class was generated from the following file: