/**
  * Details package information with Name, Channel and Serialz.
  *
  * @return Faett_Manager_Package_Interfaces_Information
  */
 protected function _getPackageInformation()
 {
     return Faett_Manager_Package_Information_Default::create()->init($this->_getIdentifier());
 }
 /**
  * Returns the package information for the package
  * with the passed identifier.
  *
  * @param string $identifier
  * @return Faett_Manager_Package_Interfaces_Information
  * 		The initialized package information
  */
 protected function _getPackageInformation($identifier)
 {
     return Faett_Manager_Package_Information_Default::create()->init($identifier);
 }