Abel Hoogeveen
96ca890656
All unit tests have also been implemented. Many bugs have been smashed with the mighty hammer.
8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
|
|
namespace Application\Library;
|
|
use FuzeWorks\Library\FW_Zip;
|
|
|
|
class MY_Zip extends FW_Zip {
|
|
public $child = 'someValue';
|
|
} |