summaryrefslogtreecommitdiff
path: root/src/base.cpp
blob: 60e8c2d3a9976f67ca0d5a890a84e511fc6361eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 *  Base.cpp
 *
 *  Implementation of the base class
 *
 *  @documentation private
 */
#include "includes.h"

/**
 *  Set up namespace
 */
namespace Php {

/**
 *  End of namespace
 */
}