File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/PartedModule.php
Back
<?php namespace Codeception\Lib\Interfaces; /** * Interface PartedModule * * Module implementing this interface can be loaded partly. * Parts can be defined by marking methods with `@part` annotations. * Part of modules can be loaded by specifing part (or several parts) in config: * * ``` * modules: * enabled: [MyModule] * config: * MyModule: * part: usefulActions * ``` * * * @package Codeception\Lib\Interfaces */ interface PartedModule { public function _parts(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings