/** * @return integer */ public function getDateLastLogin() { if (!isset($this->loadedFields['dateLastLogin'])) { $this->loadProperties(); } return parent::getDateLastLogin(); }