File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/x86_64-linux/B/C/Hooks/Base.pm
Back
package B::C::Hooks::Base; use B::C::Std; use B::C::Debug (); sub new ( $class, %opts ) { return bless {}, $class; } sub debug ( $self, $str ) { return B::C::Debug::debug( 'hooks' => ref($self) . ' ' . $str ); } sub stash ( $self, $k, $v ) { $self->{stash} //= {}; $self->{stash}->{$k} = $v; return; } sub get_stash ($self) { return $self->{stash}; } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings