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 SeriesType

Series/Array type

PhpOptions\Types\AType
Extended by PhpOptions\Types\SeriesType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/SeriesType.php
Methods summary
public
# __construct( array $settings = array() )
Set object

Set object

Parameters

$settings
array
$setting Array of setting of object
public string
# getName( )
Return uppercase name of type

Return uppercase name of type

Returns

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

Return modified value

Parameters

$value
mixed
Filtered value

Returns

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