Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created April 4, 2013 16:41
Show Gist options
  • Save bakura10/5311947 to your computer and use it in GitHub Desktop.
Save bakura10/5311947 to your computer and use it in GitHub Desktop.
<?php
/**
* @ORM\Entity
* @REST\Controller(item="UserItemController", collection="UsersController")
*/
class User
{
/**
* @REST\ExposeAssociation
* @REST\Controller(item="TweetItemController", collection="TweetsController")
*/
protected $tweets;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment