ACC SHELL

Path : /srv/www/vhosts/centrumlb/3rdparty/Nette/Security/
File Upload :
Current File : /srv/www/vhosts/centrumlb/3rdparty/Nette/Security/IResource.php

<?php

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



/**
 * Represents resource, an object to which access is controlled.
 *
 * @author     David Grudl
 * @package Nette\Security
 */
interface IResource
{

	/**
	 * Returns a string identifier of the Resource.
	 * @return string
	 */
	function getResourceId();

}

ACC SHELL 2018