TheSeer\phpDox\Generator\InterfaceStartEvent::__construct PHP Method

__construct() public method

public __construct ( InterfaceObject $interface )
$interface InterfaceObject
    public function __construct(InterfaceObject $interface)
    {
        $this->interface = $interface;
    }