Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F33050114
Context.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
905 B
Referenced Files
None
Subscribers
None
Context.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Application context class
*
* @package ObsidianWorkspaces
* @subpackage Controller
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*/
/**
* Context class
*
* This class describes the site context.
*/
class
Context
{
/**
* @var WorkSpace the workspace currently enabled
*/
public
$workspace
;
/**
* @var User the user currently logged in
*/
public
$user
;
/**
* @var Session the current session
*/
public
$session
;
/**
* @var Array the URL fragments
*/
public
$url
;
/**
* @var Smarty the template engine
*/
public
$templateEngine
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 16, 13:51 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3822049
Default Alt Text
Context.php (905 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment