PHP Class QCheck\_AnnotationTestClass

Datei anzeigen Open project: steos/php-quickcheck

Public Methods

Method Description
ambiguousdoc ( string | integer $a )
arr ( array $a )
check_array ( string[] $a ) : boolean
check_bool ( boolean $a ) : boolean
check_boolean ( boolean $a ) : boolean
check_int ( integer $a ) : boolean
check_multiple ( boolean $a, string $b, integer $c, int[] $d ) : boolean
check_str ( string $a ) : boolean
custom_type ( _TestClass $a ) : boolean
faultydoc ( $a )
incompletedoc ( string $a, $b )
int ( integer $a )
nodoc ( $a )
nogenerator ( some_type $a )
reverse ( string $a, integer $b, array $c )
static_method ( string $a, integer $b, array $c )
str ( string $a )
str_int_arr ( string $a, integer $b, array $c )
str_str_str ( string $a, string $b, string $c )

Method Details

ambiguousdoc() static public method

static public ambiguousdoc ( string | integer $a )
$a string | integer

arr() public method

public arr ( array $a )
$a array

check_array() public method

public check_array ( string[] $a ) : boolean
$a string[]
return boolean

check_bool() public method

public check_bool ( boolean $a ) : boolean
$a boolean
return boolean

check_boolean() public method

public check_boolean ( boolean $a ) : boolean
$a boolean
return boolean

check_int() public method

public check_int ( integer $a ) : boolean
$a integer
return boolean

check_multiple() public method

public check_multiple ( boolean $a, string $b, integer $c, int[] $d ) : boolean
$a boolean
$b string
$c integer
$d int[]
return boolean

check_str() public method

public check_str ( string $a ) : boolean
$a string
return boolean

custom_type() static public method

static public custom_type ( _TestClass $a ) : boolean
$a _TestClass
return boolean

faultydoc() static public method

static public faultydoc ( $a )
$a

incompletedoc() static public method

static public incompletedoc ( string $a, $b )
$a string

int() public method

public int ( integer $a )
$a integer

nodoc() static public method

static public nodoc ( $a )

nogenerator() static public method

static public nogenerator ( some_type $a )
$a some_type

reverse() public method

public reverse ( string $a, integer $b, array $c )
$a string
$b integer
$c array

static_method() static public method

static public static_method ( string $a, integer $b, array $c )
$a string
$b integer
$c array

str() public method

public str ( string $a )
$a string

str_int_arr() public method

public str_int_arr ( string $a, integer $b, array $c )
$a string
$b integer
$c array

str_str_str() public method

public str_str_str ( string $a, string $b, string $c )
$a string
$b string
$c string