Elgg  Version 2.3
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

Definition at line 15 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 52 of file ViewFilter.php.


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