%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/vote/lib/attachment/
Upload File :
Create Path :
Current File : //proc/self/root/home/bitrix/www/bitrix/modules/vote/lib/attachment/storage.php

<?php

namespace Bitrix\Vote\Attachment;

use Bitrix\Vote\Channel;

interface Storable
{
	/**
	 * @param Channel $channel Group of votes.
	 * @return $this
	 */
	public function setStorage(Channel $channel);
	/**
	 * @return Channel|null
	 */
	public function getStorage();
	/**
	 * @return boolean
	 */
	public function isStorable();
}

Zerion Mini Shell 1.0