Advertisement
r1pp3rj4ck

Untitled

May 3rd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. var_dump($parsedData->children()->children()->body->children());
  2.  
  3. object(SimpleXMLElement)[1070]
  4. public 'trans-unit' =>
  5. array (size=23)
  6. 0 =>
  7. object(SimpleXMLElement)[1071]
  8. public '@attributes' =>
  9. array (size=2)
  10. ...
  11. public 'source' => string 'change_password.submit' (length=22)
  12. public 'target' => string 'Kennwort ändern' (length=16)
  13. 1 =>
  14. object(SimpleXMLElement)[1072]
  15. public '@attributes' =>
  16. array (size=2)
  17. ...
  18. public 'source' => string 'fos_user_registration_form_email' (length=32)
  19. public 'target' => string 'Email' (length=5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement