Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6562622
LoadableWithContext.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
848 B
Referenced Files
None
Subscribers
None
LoadableWithContext.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* LoadableWithContext interface
*
* @package ObsidianWorkspaces
* @subpackage Keruald
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*/
/**
* LoadableWithContext interface
*
* Objects implementing this interface can initialize themselves and
* execute a task they represent, with a context as parameter.
*/
interface
LoadableWithContext
{
/**
* Initializes a new instance of the object with the specified context and handle request
*
* @return object The loaded instance of the object.
*/
public
static
function
load
(
Context
$context
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Apr 2, 18:06 (12 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2535047
Default Alt Text
LoadableWithContext.php (848 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment