From 66a7b80b4ae4b3d67507d1a19a938facdcbc42cf Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 12 Jun 2012 00:36:15 +0000 Subject: [PATCH] Add parameter and initializers git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326112 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayiterator/construct.xml | 12 +++++++++++- reference/spl/arrayobject/construct.xml | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/reference/spl/arrayiterator/construct.xml b/reference/spl/arrayiterator/construct.xml index 668881e676..ac06bddacf 100644 --- a/reference/spl/arrayiterator/construct.xml +++ b/reference/spl/arrayiterator/construct.xml @@ -11,7 +11,8 @@ &reftitle.description; public ArrayIterator::__construct - mixedarray + mixedarrayarray() + intflags0 Constructs an ArrayIterator object. @@ -33,6 +34,15 @@ + + flags + + + Flags to control the behaviour of the ArrayObject object. + See ArrayObject::setFlags. + + + diff --git a/reference/spl/arrayobject/construct.xml b/reference/spl/arrayobject/construct.xml index b6c748c343..630ade4790 100644 --- a/reference/spl/arrayobject/construct.xml +++ b/reference/spl/arrayobject/construct.xml @@ -11,8 +11,8 @@ public ArrayObject::__construct mixedinput - intflags - stringiterator_class + intflags0 + stringiterator_class"ArrayIterator" This constructs a new array object. @@ -37,6 +37,7 @@ Flags to control the behaviour of the ArrayObject object. + See ArrayObject::setFlags. @@ -45,7 +46,6 @@ Specify the class that will be used for iteration of the ArrayObject object. - ArrayIterator is the default class used.