haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Editing
/
Filename :
StrategyFactory.php
back
Copy
<?php declare(strict_types=1); namespace ACP\Editing; use AC\TableScreen; interface StrategyFactory { public function create(TableScreen $table_screen): ?Strategy; }