Jarves\Propel\PropelHelper::__construct PHP Method

__construct() public method

public __construct ( Jarves $jarves, Filesystem $cacheFilesystem )
$jarves Jarves\Jarves
$cacheFilesystem Jarves\Filesystem\Filesystem
    function __construct(Jarves $jarves, Filesystem $cacheFilesystem)
    {
        $this->jarves = $jarves;
        $this->cacheFilesystem = $cacheFilesystem;
    }