Пример #1
0
 /**
  * @uses    Phlickr_AuthedPhotoset::buildUrl() to provide the user with a
  *          URL to edit the photo set.
  */
 public function afterCreatePhotoset(Phlickr_AuthedPhotoset $set)
 {
     $this->_write("Created a photoset named '{$set->getTitle()}':\n");
     $this->_write($set->buildUrl() . "\n");
 }