Searched refs:DateTimeInterface (Results 1 – 5 of 5) sorted by relevance
5 use DateTimeInterface; alias24 * @param DateTimeInterface $timestamp29 abstract public function __invoke(DateTimeInterface $timestamp, string $format);
5 use DateTimeInterface; alias27 public function __invoke(DateTimeInterface $timestamp, string $format)
5 use DateTimeInterface; alias25 public function __invoke(DateTimeInterface $timestamp, string $format)
6 use DateTimeInterface; alias34 if (!($timestamp instanceof DateTimeInterface)) {
3037 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {3063 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {