Elgg  Version 1.9
Public Member Functions | List of all members
Elgg_Amd_ViewFilter Class Reference

Public Member Functions

 filter ($viewName, $content)
 Inserts the AMD name into $content and returns the new value. More...
 

Detailed Description

Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 14 of file ViewFilter.php.

Member Function Documentation

Elgg_Amd_ViewFilter::filter (   $viewName,
  $content 
)

Inserts the AMD name into $content and returns the new value.

Parameters
string$viewNameThe name of the view.
string$contentThe output of the view to be filtered.
Returns
string The new content with the AMD name inserted, if applicable.

Definition at line 43 of file ViewFilter.php.


The documentation for this class was generated from the following file: