/** * Get a Carbon instance for the current date and time * * @param DateTimeZone|string $tz * * @return static */ public static function now($tz = null) { return new static(null, $tz); }
遅延静的バインディング http://php.net/manual/zh/ language.oop5.late-static-bindings.php
皆さんご覧のとおり、関数の応答と戻り値です。応答処理メソッドは隠されています