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