for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class plPhpFunctionParameter
{
private $properties;
public function __construct( $name, $type = null )
}
public function __get( $key )
public function __set( $key, $val )