public function getfooter() { if (is_null($this->footer) === true) { $this->footer = html::cardFooter(); } return $this->footer; }
public function renderFooter() { $footer = html::cardFooter(); $footer->add($this->bottomleft); $footer->add($this->bottomright); return $footer->render(); }