Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
advisor
/
vendor
/
icecave
/
repr
/
src
/
File Content:
RepresentableInterface.php
<?php declare (strict_types=1); namespace PleskAdvisor\Icecave\Repr; /** * Interface for objects that provide their own string representation. */ interface RepresentableInterface { /** * Generate this object's string representation. * * @param Generator $generator The object being used to generate the string representation. * @param int $currentDepth The current depth in the object hierarchy. * * @return string The string representation of $this. */ public function stringRepresentation(Generator $generator, int $currentDepth = 0) : string; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Generator.php
8477 bytes
0644
Repr.php
1192 bytes
0644
RepresentableInterface.php
604 bytes
0644
N4ST4R_ID | Naxtarrr