public function __construct($full_name, $klass, $pool) { $this->descriptor = new EnumDescriptor(); $this->descriptor ->setFullName($full_name); $this->descriptor ->setClass($klass); $this->pool = $pool; }