outputElement ) { $this->outputElement = NULL; return $outputElement; } elseif( $this->getBootstrapGridsystem() ) { if( is_string($return = $this->createBootstrapGridsystem()) ) { return $return; } } return ''; } }