A410::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $v = new B410();
        $v->f();
        $v->g();
    }