Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
CHandshaking.php
1 <?php
2 
3 /**
4  * CHandshaking.php - Implementation file for Handshaking class.
5  *
6  * @package SellerDeck Extensions
7  *
8  * @author Péter Erdődi
9  * @copyright © SellerDeck Ltd 2015. All rights reserved.
10  */
12  {
13 
14  /**
15  * AppInit - Init Application
16  *
17  * @access protected
18  * @return void
19  */
20  protected function AppInit()
21  {
22 
23  }
24 
25  }