🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:50:10 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
View
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/View
🔄 Refresh
✏️
Editing: View.php
Read Only
<?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(); }
💾 Save Changes
❌ Cancel