Class sfOutputEscaperArrayDecorator

Description

Implements interfaces:

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

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

sfOutputEscaper
   |
   --sfOutputEscaperGetterDecorator
      |
      --sfOutputEscaperArrayDecorator
Method Summary
void count ()
void current ()
void getRaw ( $key)
void key ()
void next ()
void offsetExists ( $offset)
void offsetGet ( $offset)
void offsetSet ( $offset,  $value)
void offsetUnset ( $offset)
void rewind ()
void valid ()
Variables
Methods
count (line 3541)
  • access: public
void count ()

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

Implementation of:
Iterator::current
getRaw (line 3545)
  • access: public
void getRaw ( $key)
  • $key

Redefinition of:
sfOutputEscaperGetterDecorator::getRaw()
key (line 3508)
  • access: public
void key ()

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

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

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

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

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

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

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

Implementation of:
Iterator::valid

Inherited Methods

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