Skip to content

Instantly share code, notes, and snippets.

@tsusanka
Created May 15, 2014 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsusanka/dd95a0717bb0f81e8797 to your computer and use it in GitHub Desktop.
Save tsusanka/dd95a0717bb0f81e8797 to your computer and use it in GitHub Desktop.
<?php
$user = $this->orm->users->getById(1);
$r = new \ReflectionProperty('Orm\ValueEntityFragment', 'values');
$r->setAccessible(TRUE);
dump($r->getValue($user));
//dumpne rovnou pole hodnot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment