Your IP : 18.217.13.162


Current Path : /var/www/axolotl/data/www/perm.axolotls.ru/bitrix/modules/lists/lib/security/
Upload File :
Current File : /var/www/axolotl/data/www/perm.axolotls.ru/bitrix/modules/lists/lib/security/rightentity.php

<?
namespace Bitrix\Lists\Security;

interface RightEntity
{
	/**
	 * Sets the access label that is needed to verify the rights of the entity.
	 *
	 * @param string $listsPermission Access label.
	 */
	public function setListsPermission($listsPermission);
}