FluidTYPO3\Flux\Form\Container\Sheet::build PHP Method

build() public method

public build ( ) : array
return array
    public function build()
    {
        $sheetStructArray = array('ROOT' => array('sheetTitle' => $this->getLabel(), 'sheetDescription' => $this->getDescription(), 'sheetShortDescr' => $this->getShortDescription(), 'type' => 'array', 'el' => $this->buildChildren($this->getFields())));
        return $sheetStructArray;
    }