Encore\Admin\Layout\Content::addRow PHP Method

addRow() protected method

protected addRow ( Row $row )
$row Row
    protected function addRow(Row $row)
    {
        $this->rows[] = $row;
    }