コード例 #1
0
 /**
  * Return the password of the channel, registered by Faett_Manager
  * in the Magento internal PEAR repository.
  *
  * @param Faett_Manager_Package_Interfaces_Information
  * 		The package information to return the password for
  * @return string The username for the channel
  */
 protected function _getPassword(Faett_Manager_Package_Interfaces_Information $information)
 {
     return $this->_service->getPassword($this->_getChannel($information)->getUrl());
 }