null, 'Name' => '', 'Type' => 'Active', 'Units' => 'Pixels', 'CheckMethod' => 'Blobs', 'MinPixelThreshold' => null, 'MaxPixelThreshold' => null, 'MinAlarmPixels' => null, 'MaxAlarmPixels' => null, 'FilterX' => null, 'FilterY' => null, 'MinFilterPixels' => null, 'MaxFilterPixels' => null, 'MinBlobPixels' => null, 'MaxBlobPixels' => null, 'MinBlobs' => null, 'MaxBlobs' => null, 'OverloadFrames' => 0, 'ExtendAlarmFrames' => 0, ); public static function find( $parameters = array(), $options = array() ) { return ZM_Object::_find(get_class(), $parameters, $options); } public static function find_one( $parameters = array(), $options = array() ) { return ZM_Object::_find_one(get_class(), $parameters, $options); } } # end class Zone ?>