Gpf_Rpc_Data::getValue PHP Method

getValue() public method

public getValue ( $name )
        public function getValue($name)
        {
            try {
                return $this->response->getRecord($name)->get(self::VALUE);
            } catch (Gpf_Data_RecordSetNoRowException $e) {
            }
            return null;
        }