コード例 #1
0
ファイル: Year.php プロジェクト: celest-time/prototype
 /**
  * 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);
 }