jablonka.czprosek.czf

freenet-router

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

Compare with Previous - Blame - Download


<?php

namespace Phem\Libraries\Forms\Annotations;

use Doctrine\Common\Annotations\Annotation;

/**
 * Description of TextBox
 *
 * @author Vejvis
 * @Annotation
 */
class Relation extends Annotation
{
    public $source;
    public $caption;
}

Powered by WebSVN 2.2.1