$block
Represents a single block which can be inspected further or converted to HTML
- $block->content()
- $block->controller()
- $block->excerpt()
- $block->field()
- $block->hasNext()
- $block->hasPrev()
- $block->id()
- $block->indexOf()
- $block->is()
- $block->isEmpty()
- $block->isFirst()
- $block->isHidden()
- $block->isLast()
- $block->isNotEmpty()
- $block->isNth()
- $block->kirby()
- $block->next()
- $block->nextAll()
- $block->parent()
- $block->prev()
- $block->prevAll()
- $block->siblings()
- $block->toArray()
- $block->toField()
- $block->toHtml()
- $block->type()
- new Block()