eZ\Publish\Core\FieldType\Image\Type::getSortInfo PHP Метод

getSortInfo() защищенный Метод

См. также: eZ\Publish\Core\FieldType::getSortInfo()
protected getSortInfo ( Value $value ) : boolean
$value eZ\Publish\Core\FieldType\Value
Результат boolean
    protected function getSortInfo(BaseValue $value)
    {
        return false;
    }