예제 #1
0
 function parseXML()
 {
     parent::parseXML();
     $this->_self_url = $this->getXPathValue('atom:link[@rel="self"]/@href');
     $this->_edit_url = $this->getXPathValue('atom:link[@rel="edit"]/@href');
     $this->_photos_url = $this->getXPathValue('atom:link[@rel="photos"]/@href');
 }
예제 #2
0
 function parseXML()
 {
     parent::parseXML();
 }