Linker::on(PiperLinker::class) // the class to populate with functions
->skipFirstParameter() // So that we can use them as a chained and piped methods
->link()
->save('/dir/piper/PiperLinker.php');
Linker::on(LinkerStubber::class) // the class to populate with functions
->link()
->save('/dir/stub/LinkerStubber.php');
Linker::on(LinkerStubber::class) // the class to populate with functions
->link(['is_array'])
->save('/dir/stub/LinkerStubber.php');
// is_array will not appear int the final generated code.
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.