Commit c71ce5cd authored by amadeus's avatar amadeus

set method exists() to final

parent 11efc8e7
...@@ -824,7 +824,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite ...@@ -824,7 +824,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
* checks if record has data * checks if record has data
* @return boolean * @return boolean
*/ */
public function exists() { final public function exists() {
return $this->state !== Doctrine_Record::STATE_TCLEAN; return $this->state !== Doctrine_Record::STATE_TCLEAN;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment