getBaseDir() public static method

Return project's root directory
public static getBaseDir ( ) : string
return string
コード例 #1
0
ファイル: Helpers.php プロジェクト: lavary/crunz
 /**
  * Return the project's root directory
  *
  * @return string
  */
 function getbase()
 {
     return Utils::getBaseDir();
 }