Documentation fix for XmlHelper::serialize

Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
kleingeist 2010-02-09 23:58:15 +01:00 committed by Mark Story
parent fca070fe9e
commit 6033fc70fa

View file

@ -160,9 +160,9 @@ class XmlHelper extends AppHelper {
*
* @param mixed $data The content to be converted to XML
* @param array $options The data formatting options. For a list of valid options, see
* XmlNode::__construct().
* Xml::__construct().
* @return string A copy of $data in XML format
* @see XmlNode
* @see Xml::__construct()
* @access public
* @link http://book.cakephp.org/view/1474/serialize
*/