_name = $name; $this->_contentName = $contentName; $this->_begin = $begin; $this->_end = $end; $this->_match = $match; $this->_patterns = $rules; $this->_captures = $captures; $this->_beginCaptures = $beginCaptures; $this->_endCaptures = $endCaptures; $this->_applyEndPatternLast = $applyEndPatternLast; } }