You are here

public function Autoloader::getDir in One Click Upload 7.2

Return directory path

Return value

string

File

flowphp/src/Flow/Autoloader.php, line 33

Class

Autoloader

Namespace

Flow

Code

public function getDir() {
  return $this->dir;
}