PHP Class Phalcon\Test\Unit\Filter\FilterCustomTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Unit\Filter\Helper\FilterBase
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
ipv4callback ( $value )
testSanitizeCustomCallableFilterIp ( ) Tests a custom callable filter
testSanitizeCustomIpv4FilterHex ( ) Tests a custom filter IPv4
testSanitizeCustomIpv4FilterIP ( ) Tests a custom filter IPv4 IP
testSanitizeCustomLambdaFalse ( ) Tests a custom filter Lambda
testSanitizeCustomLambdaFalseTrue ( ) Tests a custom filter Lambda

Method Details

ipv4callback() public method

public ipv4callback ( $value )

testSanitizeCustomCallableFilterIp() public method

Tests a custom callable filter
Since: 2016-04-15
Author: Serghei Iakovlev ([email protected])

testSanitizeCustomIpv4FilterHex() public method

Tests a custom filter IPv4
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeCustomIpv4FilterIP() public method

Tests a custom filter IPv4 IP
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeCustomLambdaFalse() public method

Tests a custom filter Lambda
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeCustomLambdaFalseTrue() public method

Tests a custom filter Lambda
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])