getInternalPath() public method

Gets the path to the internal folder
public getInternalPath ( ) : string
return string
Beispiel #1
0
 /**
  * Gets the path to the internal folder
  *
  * @return string 
  * @static 
  */
 public static function getInternalPath()
 {
     return \Chumper\Zipper\Zipper::getInternalPath();
 }