Go to the source code of this file.
Functions | |
| makeClassName ($input) | |
| getSchema () | |
| printMe ($title, $content=null) | |
| addUseStatement ($type, &$useStatements) | |
Helper functions to generate the API.
Definition in file generator-commons.php.
| addUseStatement | ( | $type, | |
| & | $useStatements | ||
| ) |
Definition at line 75 of file generator-commons.php.
| getSchema | ( | ) |
Get Ethereum JsonRPC schema definition.
Definition at line 47 of file generator-commons.php.
| makeClassName | ( | $input | ) |
Make Class name.
| string | $input | Method name |
Definition at line 32 of file generator-commons.php.
| printMe | ( | $title, | |
$content = null |
|||
| ) |
| string | $title | Heading. |
| mixed | $content | Array/String content to be inspected. |
Definition at line 62 of file generator-commons.php.