Skip to content

Instantly share code, notes, and snippets.

@daum
Created April 29, 2013 20:40
Show Gist options
  • Save daum/5484612 to your computer and use it in GitHub Desktop.
Save daum/5484612 to your computer and use it in GitHub Desktop.
$grid = $this->getContainer()->get('grid');
$out->writeln(spl_object_hash($grid));
$out->writeln(spl_object_hash($this->getContainer()->get('grid')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment