✏️ 正在编辑: View.php
路径:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/View/View.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace RectorPrefix202411\Illuminate\Contracts\View; use RectorPrefix202411\Illuminate\Contracts\Support\Renderable; interface View extends Renderable { /** * Get the name of the view. * * @return string */ public function name(); /** * Add a piece of data to the view. * * @param string|array $key * @param mixed $value * @return $this */ public function with($key, $value = null); /** * Get the array of view data. * * @return array */ public function getData(); }
💾 保存文件
← 返回文件管理器