ACC SHELL

Path : /srv/www/vhosts/centrumlb/3rdparty/Nette/Reflection/
File Upload :
Current File : /srv/www/vhosts/centrumlb/3rdparty/Nette/Reflection/IAnnotation.php

<?php

/**
 * This file is part of the Nette Framework (http://nette.org)
 * Copyright (c) 2004 David Grudl (http://davidgrudl.com)
 * @package Nette\Reflection
 */



/**
 * Code annotation.
 *
 * @author     David Grudl
 * @package Nette\Reflection
 */
interface IAnnotation
{

	function __construct(array $values);

}

ACC SHELL 2018