Page MenuHomeDevCentral

RunnableWithContext.php
No OneTemporary

RunnableWithContext.php

<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* RunnableWithContext interface
*
* @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
*/
namespace Waystone\Workspaces\Engines\Controller;
use Waystone\Workspaces\Engines\Framework\Context;
/**
* RunnableWithContext interface
*
* Objects implementing this interface can initialize themselves and
* execute a task they represent, with a context as parameter.
*/
interface RunnableWithContext extends LoadableWithContext {
/**
* Initializes a new instance of the object with the specified context and
* handle request
*/
public static function run (Context $context);
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 13, 15:35 (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3160082
Default Alt Text
RunnableWithContext.php (925 B)

Event Timeline