b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: plugins ] [ index: plugins ] [ all elements ]

Class: smilies_Rendererplugin

Source Location: /blogs/plugins/renderers/_smilies.renderer.php

Class smilies_Rendererplugin

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Plugin

Plugin::$author
Plugin::$help_url
Plugin::$version

Inherited From RendererPlugin

RendererPlugin::render()
Perform rendering

Inherited From Plugin

Plugin::Plugin()
Constructor, should set name and description
Plugin::code()
Template function: display plugin code
Plugin::long_desc()
Template function: display long description for plug in
Plugin::name()
Template function: display plugin name
Plugin::set_param()
Set param value
Plugin::short_desc()
Template function: display short description for plug in

[ Top ]
Property Summary
mixed   $apply_to_html  
mixed   $apply_to_xml  
mixed   $apply_when  
mixed   $code  
mixed   $long_desc  
mixed   $name  
mixed   $priority  
mixed   $short_desc  

[ Top ]
Method Summary
smilies_Rendererplugin   smilies_Rendererplugin()   Constructor
boolean   render()   Perform rendering

[ Top ]
Properties
mixed   $apply_to_html = true [line 27]

Redefinition of:
RendererPlugin::$apply_to_html
Should this plugin apply to HTML?

[ Top ]
mixed   $apply_to_xml = false [line 28]

Redefinition of:
RendererPlugin::$apply_to_xml
Should this plugin apply to XML?

[ Top ]
mixed   $apply_when = 'opt-out' [line 26]

Redefinition of:
RendererPlugin::$apply_when
When should this plugin apply?

[ Top ]
mixed   $code = 'b2evSmil' [line 23]

Redefinition of:
Plugin::$code
Should be overriden by derived class:

[ Top ]
mixed   $long_desc [line 30]

Redefinition of:
Plugin::$long_desc
Should be overriden by derived class:

[ Top ]
mixed   $name = 'Smilies' [line 24]

Redefinition of:
Plugin::$name
Should be overriden by derived class:

[ Top ]
mixed   $priority = 80 [line 25]

Redefinition of:
Plugin::$priority
Should be overriden by derived class:

[ Top ]
mixed   $short_desc [line 29]

Redefinition of:
Plugin::$short_desc
Should be overriden by derived class:

[ Top ]
Methods
Constructor smilies_Rendererplugin  [line 66]

  smilies_Rendererplugin smilies_Rendererplugin( )

Constructor



[ Top ]
render  [line 84]

  boolean render( string &$content, string $format  )

Perform rendering

Parameters:
string   &$content:  content to render (by reference) / rendered content
string   $format:  Output format, see format_to_output()

API Tags:
Return:  true if we can render something for the required output format


Redefinition of:
RendererPlugin::render()
Perform rendering

[ Top ]

Documentation generated on Tue, 20 May 2008 01:55:45 +0200 by phpDocumentor 1.4.2