}
// }}}
- // {{{ _infoFromAny()
+ // {{{ infoFromAny()
- function _infoFromAny($info)
+ function infoFromAny($info)
{
if (is_string($info) && file_exists($info)) {
$tmp = substr($info, -4);
$_PEAR_Common_dependency_relations,
$_PEAR_Common_file_roles,
$_PEAR_Common_replacement_types;
- if (PEAR::isError($info = $this->_infoFromAny($info))) {
+ if (PEAR::isError($info = $this->infoFromAny($info))) {
return $this->raiseError($info);
}
if (!is_array($info)) {
if (!function_exists("token_get_all")) {
return false;
}
- if (PEAR::isError($info = $this->_infoFromAny($any))) {
+ if (PEAR::isError($info = $this->infoFromAny($any))) {
return $this->raiseError($info);
}
if (!is_array($info)) {