setPublicAssetsPath() public static method

Set the public assets
public static setPublicAssetsPath ( string $rootDir )
$rootDir string
コード例 #1
0
ファイル: Application.php プロジェクト: voodoophp/voodoo
 public function setPublicAssetsPath($path)
 {
     Env::setPublicAssetsPath($path);
     return $this;
 }