freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
namespace Phem\Libraries\UI\Annotations;
use Doctrine\Common\Annotations\Annotation;
/**
* @author Jakub PetrĹžĂlka <petrzilka@czweb.net>
* @Annotation
*/
class ContentAttr extends Annotation
{
public $name;
}