/** * 设置 runtime 路径 * * @param string $path 路径 */ public function setRuntimePath($path) { Y::setPathAlias('@runtime', $path); }