function __construct($xml = null) { parent::__construct($xml); $this->_self_url = null; $this->_edit_url = null; $this->_photos_url = null; $this->_photo_collection = null; }
function __construct() { $this->_album_collection = null; $this->_photo_collection = null; $this->_album_collection_url = null; $this->_photo_collection_url = null; parent::__construct(); }
function __construct($xml = null) { parent::__construct($xml); }