Guest User

Untitled

a guest
May 27th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!-- String -->
  2. <h1><?php echo T($title)->xss()->limit(100) ?></h1>
  3.  
  4. <!-- Array -->
  5. <h1><?php echo T($array)->key->xss()->limit(100) ?></h1>
  6.  
  7. <!-- Object -->
  8. <h1><?php echo T($obj)->property->xss()->limit(100) ?></h1>
  9. <h1><?php echo T($obj)->object->object->property->xss()->limit(100) ?></h1>
Add Comment
Please, Sign In to add comment