set method exists() to final
This commit is contained in:
parent
11efc8e7cc
commit
c71ce5cd05
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
|
|||
* checks if record has data
|
||||
* @return boolean
|
||||
*/
|
||||
public function exists() {
|
||||
final public function exists() {
|
||||
return $this->state !== Doctrine_Record::STATE_TCLEAN;
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue