Skip to content

Instantly share code, notes, and snippets.

View yapro's full-sized avatar
:octocat:
a simple man ٩(◕‿◕)۶

Николай Лебеденко yapro

:octocat:
a simple man ٩(◕‿◕)۶
View GitHub Profile
@masnun
masnun / annotations.php
Created August 12, 2012 15:54
Demonstration of Doctrine Annotation Reader
<?php
/**
*@Annotation
*/
class AnnotatedDescription
{
public $value;
public $type;
public $desc;
}