Airship\Engine\Continuum\Updaters\Cabin::bringCabinDown PHP Method

bringCabinDown() protected method

Let's bring the cabin down while we're upgrading:
protected bringCabinDown ( string $name = '' )
$name string Cabin name
    protected function bringCabinDown(string $name = '')
    {
        \file_put_contents(\implode(DIRECTORY_SEPARATOR, [ROOT, 'tmp', 'cabin.' . $name . '.offline.txt']), \date(\AIRSHIP_DATE_FORMAT));
        \clearstatcache();
    }