Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/engine/contract/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lib/engine/contract/controllerable.php

<?php

namespace Bitrix\Main\Engine\Contract;

interface Controllerable
{
	const METHOD_ACTION_SUFFIX = 'Action';

	/**
	 * @return array
	 */
	public function configureActions();
}