mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
注释规范
This commit is contained in:
@@ -37,8 +37,8 @@ class Sae
|
||||
|
||||
/**
|
||||
* 写入编译缓存
|
||||
* @string $cacheFile 缓存的文件名
|
||||
* @string $content 缓存的内容
|
||||
* @param string $cacheFile 缓存的文件名
|
||||
* @param string $content 缓存的内容
|
||||
* @return void|array
|
||||
*/
|
||||
public function write($cacheFile, $content)
|
||||
@@ -55,8 +55,8 @@ class Sae
|
||||
|
||||
/**
|
||||
* 读取编译编译
|
||||
* @string $cacheFile 缓存的文件名
|
||||
* @array $vars 变量数组
|
||||
* @param string $cacheFile 缓存的文件名
|
||||
* @param array $vars 变量数组
|
||||
* @return void
|
||||
*/
|
||||
public function read($cacheFile, $vars = [])
|
||||
@@ -69,8 +69,8 @@ class Sae
|
||||
|
||||
/**
|
||||
* 检查编译缓存是否有效
|
||||
* @string $cacheFile 缓存的文件名
|
||||
* @int $cacheTime 缓存时间
|
||||
* @param string $cacheFile 缓存的文件名
|
||||
* @param int $cacheTime 缓存时间
|
||||
* @return boolean
|
||||
*/
|
||||
public function check($cacheFile, $cacheTime)
|
||||
|
||||
Reference in New Issue
Block a user