mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Documentation fix for XmlHelper::serialize
Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
parent
fca070fe9e
commit
6033fc70fa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue