Skip to content

Instantly share code, notes, and snippets.

@Alan01252
Created July 3, 2012 08:51
Show Gist options
  • Save Alan01252/3038584 to your computer and use it in GitHub Desktop.
Save Alan01252/3038584 to your computer and use it in GitHub Desktop.
print_r($company);
Entity\Company Object
(
[attributes:protected] => Array
(
[_id] => 4ff2ae675211d54012000142
[comments] => test
[createdAt] => DateTime Object
(
[date] => 2012-07-03 08:33:43
[timezone_type] => 2
[timezone] => Z
)
...
[primaryAnalyst] => ProxyObject Object
(
[dataObject:protected] =>
[entityName:protected] => PrimaryAnalyst
[entityId:protected] => 4ff1bcf9509f86b86f000051
[isLoaded:protected] =>
)
...
)
)
$company->getPrimaryAnalyst() // nothing?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment