Exemple #1
0
 /**
  * Outputs this year as a {@code String}.
  *
  * @return string a string representation of this year, not null
  */
 public function __toString()
 {
     return Integer::toString($this->year);
 }