bidCount = $this->_query(".//$ns:bidCount[1]", 'integer'); $this->convertedCurrentPrice = $this->_query(".//$ns:convertedCurrentPrice[1]", 'float'); $this->currentPrice = $this->_query(".//$ns:currentPrice[1]", 'float'); $this->sellingState = $this->_query(".//$ns:sellingState[1]", 'string'); $this->timeLeft = $this->_query(".//$ns:timeLeft[1]", 'string'); $this->_attributes['convertedCurrentPrice'] = array( 'currencyId' => $this->_query(".//$ns:convertedCurrentPrice[1]/@currencyId[1]", 'string') ); $this->_attributes['currentPrice'] = array( 'currencyId' => $this->_query(".//$ns:currentPrice[1]/@currencyId[1]", 'string') ); } }