dateTime() публичный статический Метод

public static dateTime ( ) : Type
Результат Type
Пример #1
0
 /**
  * @param Type $type
  * @return bool
  */
 public function maps(Type $type) : bool
 {
     return Type::dateTime()->isEqual($type);
 }
Пример #2
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::dateTime();
 }