f\g2::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        print __METHOD__ . "\n";
    }