setPublicAssetsPath() публичный статический Метод

Set the public assets
public static setPublicAssetsPath ( string $rootDir )
$rootDir string
Пример #1
0
 public function setPublicAssetsPath($path)
 {
     Env::setPublicAssetsPath($path);
     return $this;
 }