MetaAction::takeAction PHP Method

takeAction() public method

Performs the action; returns true on success, false on error.
public takeAction ( CampContext &$p_context ) : boolean
$p_context CampContext - the current context object
return boolean
    public function takeAction(CampContext &$p_context)
    {
        return false;
    }