Current Path : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/disk/lib/volume/ |
Current File : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/disk/lib/volume/ivolumeindicatorparent.php |
<?php namespace Bitrix\Disk\Volume; use \Bitrix\Disk\Volume; interface IVolumeIndicatorParent { /** * @param Volume\Fragment $fragment Entity object. * @return string[] */ public static function getParents(Volume\Fragment $fragment); }