public function Sweaver::is_configured in Sweaver 6
Same name and namespace in other branches
- 7 sweaver.inc \Sweaver::is_configured()
is_configured. Tells us if Sweaver is configured.
1 call to Sweaver::is_configured()
- Sweaver::__construct in ./
sweaver.inc - * Constructor. * Private constructor to make sure this is never * instantiated by the constructor.
File
- ./
sweaver.inc, line 95 - Class Sweaver.
Class
- Sweaver
- @file Class Sweaver.
Code
public function is_configured() {
return $this->configured;
}