Example #1
0
 public function isFinal()
 {
     if (false === $this->loaded) {
         $this->load();
     }
     return parent::isFinal();
 }