File (and class) docblock
Declarations, each row in format Classname,member1,member2,...
or see
source
.
.php
<?php class { /** * 's constructor */ public function __construct() { } } ?>
phpbeans_20241222090015.html
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>PHPBeans template</title> </head> <body> <form action="http://juks.alkohol.ee/tools/phpbeans/phpbean_generator.php" method="post"> <textarea name="phpdocblock" rows="11" cols="80"/> <label for="phpdocblock">File (and class) docblock</label><br/> <textarea name="declarations" rows="11" cols="80"/> <label for="declarations">Declarations, each row in format Classname,member1,member2,...</label><br/> <input type="submit" value="Generate PHP beans"/> or see <a href="?output=src">source</a>. </form> </body> </html>