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
7
SharingManager::drawShare
(
$guid
);
FakoliException
FakoliException is the base exception class for all Fakoli errors.
Definition:
core.inc:53
Fakoli\get
static get($key)
Retrieves the value or object at the given key.
Definition:
core.inc:109
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
SharingManager\drawShare
static drawShare($token)
Definition:
sharing_manager.inc:60
$guid
$guid
Definition:
shared_view.inc:4
code
cms.sonjara.com
cms
components
sharing
pages
shared_view.inc
Generated on Tue Mar 23 2021 15:36:14 for CMS by
1.9.1