PHP Class MetaActionPreview_Comment

Inheritance: extends MetaAction
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
__construct ( array $p_input ) Reads the input parameters and sets up the comment preview action.
takeAction ( CampContext &$p_context ) : boolean Performs the action; returns true on success, false on error.

Method Details

__construct() public méthode

Reads the input parameters and sets up the comment preview action.
public __construct ( array $p_input )
$p_input array

takeAction() public méthode

Performs the action; returns true on success, false on error.
public takeAction ( CampContext &$p_context ) : boolean
$p_context CampContext - the current context object
Résultat boolean