Back to Document class

Method parse

public \Joomla\CMS\Document\Document
parse
(mixed $params = array())
Parses the document and prepares the buffers
Parameters
  • array $params The array of parameters
Returns
  • \Joomla\CMS\Document\Document instance of $this to allow chaining
Since
  • 1.7.0
Class: Document
Project: Joomla

Method parse - Source code

/**
 * Parses the document and prepares the buffers
 *
 * @param   array  $params  The array of parameters
 *
 * @return  Document instance of $this to allow chaining
 *
 * @since   1.7.0
 */
public function parse($params = array())
{
    return $this;
}