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 FileType

File type

PhpOptions\Types\AType
Extended by PhpOptions\Types\FileType

Direct Known Subclasses

PhpOptions\Types\InifileType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/FileType.php
Methods summary
public
# __construct( array $settings = array() )
Set object 'base' => base path of input value

Set object 'base' => base path of input value

Parameters

$settings
array
$setting Array of setting of object
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
filter(), getName(), settingsHasFlag()
Properties Inherited From PhpOptions\Types\AType
$useFilter
PhpOptions API documentation generated by ApiGen.
Generated using the TokenReflection library.