Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $class = new ReflectionClass($classInstance);
  3. $property = $class->getProperty("properties");
  4. $property->setAccessible(true);
  5. $properties = $property->getValue($number);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement