string = $string; $this->int = $int; $this->float = $float; } public static function __set_state( array $state ) { return new ezcCacheTestExportable( $state['string'], $state['int'], $state['float'] ); } } ?>