TestExtension
extends AbstractExtension
implements
ContainerAwareInterface
uses
ContainerAwareTrait
Table of Contents
Interfaces
- ContainerAwareInterface
Methods
-
getTests()
: array<string|int, mixed>|array<string|int, TwigTest>
-
isArray()
: bool
-
isBinaryUuid()
: bool
-
isBool()
: bool
-
isEmail()
: bool
-
isFloat()
: bool
-
isInt()
: bool
-
isNumeric()
: bool
-
isObject()
: bool
-
isString()
: bool
-
isStringUuid()
: bool
-
isUrl()
: bool
-
isUuid()
: bool
getTests()
public
getTests() : array<string|int, mixed>|array<string|int, TwigTest>
Return values
array<string|int, mixed>|array<string|int, TwigTest>
isArray()
public
isArray(mixed $value) : bool
Parameters
-
$value
: mixed
-
isBinaryUuid()
public
isBinaryUuid(mixed $value) : bool
Parameters
-
$value
: mixed
-
isBool()
public
isBool(mixed $value) : bool
Parameters
-
$value
: mixed
-
isEmail()
public
isEmail(mixed $value) : bool
Parameters
-
$value
: mixed
-
isFloat()
public
isFloat(mixed $value) : bool
Parameters
-
$value
: mixed
-
isInt()
public
isInt(mixed $value) : bool
Parameters
-
$value
: mixed
-
isNumeric()
public
isNumeric(mixed $value) : bool
Parameters
-
$value
: mixed
-
isObject()
public
isObject(mixed $value) : bool
Parameters
-
$value
: mixed
-
isString()
public
isString(mixed $value) : bool
Parameters
-
$value
: mixed
-
isStringUuid()
public
isStringUuid(mixed $value) : bool
Parameters
-
$value
: mixed
-
isUrl()
public
isUrl(mixed $value) : bool
Parameters
-
$value
: mixed
-
isUuid()
public
isUuid(mixed $value) : bool
Parameters
-
$value
: mixed
-