Skip to content

Instantly share code, notes, and snippets.

@yohang
Created August 22, 2011 14:06
Show Gist options
  • Save yohang/1162455 to your computer and use it in GitHub Desktop.
Save yohang/1162455 to your computer and use it in GitHub Desktop.
<?php
use Nekland\FeedBundle\Config as Feed;
/**
* @Feed\Entity(title="le titre", description="test")
* /
class Post
{
/**
* @Feed\Title
* /
protected $title;
......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment