Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41920705
RunnableWithContext.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
772 B
Referenced Files
None
Subscribers
None
RunnableWithContext.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Controller 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
*/
/**
* RunnableWithContext interface
*
* Objects implementing this interface can initialize themselves and
* execute a task they represent, with a context as parameter.
*/
interface
RunnableWithContext
{
/**
* Initializes a new instance of the object with the specified context and handle request
*/
public
static
function
Run
(
Context
$context
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Aug 8, 02:45 (6 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3933579
Default Alt Text
RunnableWithContext.php (772 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment