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