array(), 'suffix' => array() ); public static function getPageCSS() { return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css'); } protected function build() { return formRow ( setClass('form-row-group border-b border-b-1'), div ( $this->block('prefix'), setClass('row-group-title font-black px-3 py-1'), $this->prop('title'), $this->block('suffix') ), set($this->getRestProps()), $this->prop('items') ); } }