Skip to content

Commit

Permalink
Add one more method ClassMetadata::getName()
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 16, 2011
1 parent 8bd7a0a commit ea434bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
Expand Up @@ -30,6 +30,13 @@
*/
interface ClassMetadata
{
/**
* Get fully-qualified class name of this persistent class.
*
* @return string
*/
public function getName();

/**
* Gets the mapped identifier field name.
*
Expand Down

0 comments on commit ea434bb

Please sign in to comment.