Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12742586
UserAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
918 B
Referenced Files
None
Subscribers
None
UserAction.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* User action class
*
* @package ObsidianWorkspaces
* @subpackage Auth
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*
*/
/**
* User action class, to be extended to implement an action related to user
*/
abstract
class
UserAction
{
/**
* @var User the target action user
*/
public
$targetUser
;
/**
* Initializes a new instance of an UserAction object
*
* @param User $targetUser the target action user
*/
public
function
__construct
(
$targetUser
=
NULL
)
{
$this
->
targetUser
=
$targetUser
;
}
/**
* Executes the user action
*/
abstract
public
function
run
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:50 (16 m, 41 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3150092
Default Alt Text
UserAction.php (918 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment