jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Libraries/] [UI/] [Annotations/] [DomAttr.php] - Rev 2

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 DomAttr extends Annotation
{
    public $name;
}

Powered by WebSVN 2.2.1