You are here

function XBBCodeTagMatch::attr in Extensible BBCode 7

File

./xbbcode.filter.inc, line 177
The filtering class. This will be instanced for each filter, and then called to process a piece of text.

Class

XBBCodeTagMatch

Code

function attr($name) {
  return isset($this->attrs[$name]) ? $this->attrs[$name] : NULL;
}