array( 'var' => 'success', 'isRequired' => false, 'type' => TType::STRUCT, 'class' => '\Jaeger\Thrift\Agent\Dependencies', ), ); /** * @var \Jaeger\Thrift\Agent\Dependencies */ public $success = null; public function __construct($vals=null) { if (is_array($vals)) { parent::__construct(self::$_TSPEC, $vals); } } public function getName() { return 'Dependency_getDependenciesForTrace_result'; } public function read($input) { return $this->_read('Dependency_getDependenciesForTrace_result', self::$_TSPEC, $input); } public function write($output) { return $this->_write('Dependency_getDependenciesForTrace_result', self::$_TSPEC, $output); } }