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 InifileType

Inifile type

PhpOptions\Types\AType
Extended by PhpOptions\Types\FileType
Extended by PhpOptions\Types\InifileType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/InifileType.php
Methods summary
public
# __construct( array $settings = array() )
Set object 'notSection' => read all values together and do not use sections

Set object 'notSection' => read all values together and do not use sections

Parameters

$settings
array
$setting Array of setting of object
protected mixed
# useFilter( mixed $value )
Return modified value

Return modified value

Parameters

$value
mixed
Filtered value

Returns

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