Contao Utils Bundle

TestExtension extends AbstractExtension
in package
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

Methods

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
Return values
bool

isBinaryUuid()

public isBinaryUuid(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isBool()

public isBool(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isEmail()

public isEmail(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isFloat()

public isFloat(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isInt()

public isInt(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isNumeric()

public isNumeric(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isObject()

public isObject(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isString()

public isString(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isStringUuid()

public isStringUuid(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isUrl()

public isUrl(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

isUuid()

public isUuid(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

        
On this page

Search results