Overview

Namespaces

  • PHP
  • PhpOptions
    • Types

Classes

  • AType
  • CharType
  • DatetimeType
  • DateType
  • DirectoryType
  • EmailType
  • EnumType
  • FileType
  • InifileType
  • IntegerType
  • RealType
  • SeriesType
  • StringType
  • TimeType
  • Types
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class TimeType

Time type

Format: HOURS[(-|:)MINUTES[(-|:)SECONDS]][ HOURS_FORMAT] HOURS = one-digit or two-digit number MINUTES = one-digit or two-digit number SECONDS = one-digit or two-digit number HOURS_FORMAT = hour format = (AM|am|A|a|PM|pm|P|p)

PhpOptions\Types\AType
Extended by PhpOptions\Types\TimeType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/TimeType.php
Methods summary
public boolean
# check( mixed $value )
Check type of value.

Check type of value.

Parameters

$value
mixed
Checked value

Returns

boolean
protected mixed
# useFilter( mixed $value )
Return modified value

Return modified value

Parameters

$value
mixed
Filtered value

Returns

mixed
Methods Inherited From PhpOptions\Types\AType
__construct(), filter(), getName(), settingsHasFlag()
Properties Inherited From PhpOptions\Types\AType
$useFilter
PhpOptions API documentation generated by ApiGen.
Generated using the TokenReflection library.