Exemplo n.º 1
0
 function __construct($xml = null)
 {
     parent::__construct($xml);
     $this->_self_url = null;
     $this->_edit_url = null;
     $this->_photos_url = null;
     $this->_photo_collection = null;
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->_album_collection = null;
     $this->_photo_collection = null;
     $this->_album_collection_url = null;
     $this->_photo_collection_url = null;
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct($xml = null)
 {
     parent::__construct($xml);
 }