public function hasLanguage() { return $this->language !== null; }
public function hasLanguage() { $this->__load(); return parent::hasLanguage(); }