/classes/model.php

Description

ShrimpTest Model class file

Classes
Class Description
ShrimpTest_Model ShrimpTest Model class
Functions
array_replace_recursive (line 973)

Implements array_replace_recursive() for PHP <5.3.0.

array array_replace_recursive (array $array, array $array1)
  • array $array
  • array $array1
register_shrimptest_metric_type (line 925)

Register a custom metric type

The variant type specification will be stored within ShrimpTest_Model::metric_types, keyed by the metric type $name. If $args is a class name, an instance of that class will be initialized and used.

void register_shrimptest_metric_type (string $name, object|array|classname $args)
  • string $name
  • object|array|classname $args
register_shrimptest_variant_type (line 875)

Register a custom variant type

The variant type specification will be stored within ShrimpTest_Model::variant_types, keyed by the variant type $name. If $args is a class name, an instance of that class will be initialized and used.

void register_shrimptest_variant_type (string $name, object|array|classname $args)
  • string $name
  • object|array|classname $args

Documentation generated on Sat, 04 Sep 2010 23:40:57 -0400 by phpDocumentor 1.4.3