Exakat\Tasks\Load::toggleContext PHP Method

toggleContext() private method

private toggleContext ( $context )
    private function toggleContext($context)
    {
        $this->contexts[$context] = !$this->contexts[$context];
        return $this->contexts[$context];
    }
Load