Пример #1
0
 /**
  * Returns the track's name (from ID3)
  * 
  * @author Ben Dodson
  * @version 6/7/04
  * @since 6/7/04
  */
 function getName()
 {
     $cache = $this->readCache();
     return $cache[7] == "-" ? parent::getName() : $cache[7];
 }