CMS  Version 3.9
shared_view.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("sharing");
3 
4 $guid = Fakoli::get("share_token");
5 if (!$guid) throw new FakoliException("Missing token");
6 
FakoliException is the base exception class for all Fakoli errors.
Definition: core.inc:53
static get($key)
Retrieves the value or object at the given key.
Definition: core.inc:109
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
static drawShare($token)
$guid
Definition: shared_view.inc:4