Skip to content

Commit

Permalink
add getId abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jul 8, 2013
1 parent 00312f5 commit fb4001b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MP3/Id3/Id.php
Expand Up @@ -34,6 +34,8 @@ abstract public function write($file);

abstract public function read($file);

abstract public function getId();


/**
* @return ArrayIterator
Expand Down

0 comments on commit fb4001b

Please sign in to comment.