getBaseDir() public static method

Return project's root directory
public static getBaseDir ( ) : string
return string
Example #1
0
 /**
  * Return the project's root directory
  *
  * @return string
  */
 function getbase()
 {
     return Utils::getBaseDir();
 }