haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Editing
/
View
/
Filename :
MethodTrait.php
back
Copy
<?php namespace ACP\Editing\View; use ACP\Editing\View; trait MethodTrait { public function has_methods(bool $has_methods): View { return $this->set('has_methods', $has_methods); } }