File "Hook.php"

Full Path: /home/bettaeza/flyinsyria.com/app/.well-known/modules/Tour/Hook.php
File size: 436 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Modules\Tour;


class Hook
{
    const FORM_AFTER_MAX_PEOPLE = 'tour_form_after_max_people';
    const FORM_AFTER_CATEGORY = 'tour_form_after_category';

    const AFTER_SAVING = 'tour_after_saving';
    const AFTER_SAVING_CATEGORY = 'tour_after_saving_category';

    const TOUR_SETTING_CONFIG = 'tour_setting_config';

    const TOUR_SETTING_AFTER_LAYOUT_SEARCH = 'tour_setting_layout_detail';

}