PHP Class gossi\codegen\tests\fixtures\Entity

Author: Johannes M. Schmitt ([email protected])
Datei anzeigen Open project: gossi/php-code-generator

Public Methods

Method Description
__construct ( $a, array &$b, stdClass $c, string $d = 'foo', callable $e ) Another doc comment.

Protected Methods

Method Description
foo ( )

Private Methods

Method Description
bar ( )

Method Details

__construct() final public method

Another doc comment.
final public __construct ( $a, array &$b, stdClass $c, string $d = 'foo', callable $e )
$a
$b array
$c stdClass
$d string
$e callable

foo() abstract protected method

abstract protected foo ( )