Current File : //opt/RZphp72/includes/CodeGen/PECL/Element/ObjectInterface.php
<?php

interface CodeGen_PECL_Element_ObjectInterface
{
  public function getName();
  public function getPayloadType();
}

?>