Bolt\Storage\Database\Schema\Timer::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Bolt\Filesystem\Handler\FileInterface $cacheFile )
$cacheFile Bolt\Filesystem\Handler\FileInterface
    public function __construct(FileInterface $cacheFile)
    {
        $this->cacheFile = $cacheFile;
    }