VuFind API Documentation

IpRegExTest extends TestCase
in package

IpRegEx ServerParam Test Class

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

testMatchingRegEx()  : void
Test a matching regular expression.
testNonMatchingRegExArray()  : void
Test an array of non-matching regular expressions.
getPermissionProvider()  : IpRegEx
Get a permission provider with the specified IP assigned.

Methods

testMatchingRegEx()

Test a matching regular expression.

public testMatchingRegEx() : void
Return values
void

testNonMatchingRegExArray()

Test an array of non-matching regular expressions.

public testNonMatchingRegExArray() : void
Return values
void

getPermissionProvider()

Get a permission provider with the specified IP assigned.

protected getPermissionProvider(string $ipAddr) : IpRegEx
Parameters
$ipAddr : string

IP address to send to provider.

Return values
IpRegEx

Search results