Class sfOutputEscaperIteratorDecorator

Description

Implements interfaces:

  • Iterator (internal interface)
  • Countable
  • ArrayAccess (internal interface)

Located in /cache/frontend/prod/config/config_core_compile.yml.php (line 3566)

sfOutputEscaper
   |
   --sfOutputEscaperGetterDecorator
      |
      --sfOutputEscaperObjectDecorator
         |
         --sfOutputEscaperIteratorDecorator
Method Summary
sfOutputEscaperIteratorDecorator __construct ( $escapingMethod,  $value)
void count ()
void current ()
void key ()
void next ()
void offsetExists ( $offset)
void offsetGet ( $offset)
void offsetSet ( $offset,  $value)
void offsetUnset ( $offset)
void rewind ()
void valid ()
Variables
Methods
Constructor __construct (line 3569)
  • access: public
sfOutputEscaperIteratorDecorator __construct ( $escapingMethod,  $value)
  • $escapingMethod
  • Traversable $value

Redefinition of:
sfOutputEscaper::__construct()
count (line 3610)
  • access: public
void count ()

Implementation of:
Countable::count()
current (line 3578)
  • access: public
void current ()

Implementation of:
Iterator::current
key (line 3582)
  • access: public
void key ()

Implementation of:
Iterator::key
next (line 3586)
  • access: public
void next ()

Implementation of:
Iterator::next
offsetExists (line 3594)
  • access: public
void offsetExists ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 3598)
  • access: public
void offsetGet ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 3602)
  • access: public
void offsetSet ( $offset,  $value)
  • $offset
  • $value

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 3606)
  • access: public
void offsetUnset ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetUnset
rewind (line 3574)
  • access: public
void rewind ()

Implementation of:
Iterator::rewind
valid (line 3590)
  • access: public
void valid ()

Implementation of:
Iterator::valid

Inherited Methods

Inherited From sfOutputEscaperObjectDecorator

sfOutputEscaperObjectDecorator::getRaw()
sfOutputEscaperObjectDecorator::__call()
sfOutputEscaperObjectDecorator::__toString()

Inherited From sfOutputEscaperGetterDecorator

sfOutputEscaperGetterDecorator::get()
sfOutputEscaperGetterDecorator::getRaw()

Inherited From sfOutputEscaper

sfOutputEscaper::__construct()
sfOutputEscaper::escape()
sfOutputEscaper::getRawValue()
sfOutputEscaper::__get()

Documentation generated on Tue, 24 Mar 2009 01:23:18 +0100 by phpDocumentor 1.4.2