', $this->stack); } /** * Gets the reference to the last tag * * @return object * * @since 11.1 */ protected function _getLastTag() { return $this->stack[count($this->stack) - 1]; } }