Skip to content

Instantly share code, notes, and snippets.

@spolischook
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save spolischook/e4125658cb1c0c6761aa to your computer and use it in GitHub Desktop.

Select an option

Save spolischook/e4125658cb1c0c6761aa to your computer and use it in GitHub Desktop.
Annotation mapping class
<?php
namespace Kotoblog\Annotation;
use Doctrine\Common\Annotations\Annotation;
/** @Annotation
* @Target("PROPERTY")
*/
final class Mapping
{
public $relatedClass;
public $type;
public $default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment