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