Bolt\Configuration\Validation\Validator::remove PHP Метод

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

public remove ( $checkName )
    public function remove($checkName)
    {
        unset($this->check[$checkName]);
    }