文件操作 - HasHelpText.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Framework/FieldsAPI/Concerns/HasHelpText.php
编辑文件内容
<?php namespace Give\Framework\FieldsAPI\Concerns; trait HasHelpText { /** @var string */ protected $helpText; /** * @param string $helpText * * @return $this */ public function helpText($helpText) { $this->helpText = $helpText; return $this; } public function getHelpText() { return $this->helpText; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件