Advertisement
Guest User

Untitled

a guest
Dec 24th, 2010
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.00 KB | None | 0 0
  1. array(5) {
  2.   ["Zend_Form_Decorator_ViewHelper"] => object(Zend_Form_Decorator_ViewHelper)#41 (6) {
  3.    ["_buttonTypes":protected] => array(3) {
  4.       [0] => string(24) "Zend_Form_Element_Button"
  5.       [1] => string(23) "Zend_Form_Element_Reset"
  6.       [2] => string(24) "Zend_Form_Element_Submit"
  7.     }
  8.     ["_helper":protected] => NULL
  9.     ["_placement":protected] => string(6) "APPEND"
  10.     ["_element":protected] => NULL
  11.     ["_options":protected] => array(0) {
  12.     }
  13.     ["_separator":protected] => string(2) "
  14. "
  15.   }
  16.   ["Zend_Form_Decorator_Errors"] => object(Zend_Form_Decorator_Errors)#42 (4) {
  17.    ["_placement":protected] => string(6) "APPEND"
  18.     ["_element":protected] => NULL
  19.     ["_options":protected] => array(0) {
  20.     }
  21.     ["_separator":protected] => string(2) "
  22. "
  23.   }
  24.   ["Zend_Form_Decorator_Description"] => object(Zend_Form_Decorator_Description)#43 (6) {
  25.    ["_escape":protected] => NULL
  26.     ["_placement":protected] => string(6) "APPEND"
  27.     ["_tag":protected] => NULL
  28.     ["_element":protected] => NULL
  29.     ["_options":protected] => array(2) {
  30.       ["tag"] => string(1) "p"
  31.       ["class"] => string(11) "description"
  32.     }
  33.     ["_separator":protected] => string(2) "
  34. "
  35.   }
  36.   ["Zend_Form_Decorator_HtmlTag"] => object(Zend_Form_Decorator_HtmlTag)#44 (7) {
  37.    ["_encoding":protected] => NULL
  38.     ["_placement":protected] => NULL
  39.     ["_tag":protected] => NULL
  40.     ["_tagFilter":protected] => NULL
  41.     ["_element":protected] => NULL
  42.     ["_options":protected] => array(2) {
  43.       ["tag"] => string(2) "dd"
  44.       ["id"] => array(1) {
  45.         ["callback"] => string(10) "�lambda_63"
  46.       }
  47.     }
  48.     ["_separator":protected] => string(2) "
  49. "
  50.   }
  51.   ["Zend_Form_Decorator_Label"] => object(Zend_Form_Decorator_Label)#45 (5) {
  52.    ["_placement":protected] => string(7) "PREPEND"
  53.     ["_tag":protected] => NULL
  54.     ["_element":protected] => NULL
  55.     ["_options":protected] => array(1) {
  56.       ["tag"] => string(2) "dt"
  57.     }
  58.     ["_separator":protected] => string(2) "
  59. "
  60.   }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement