Block
Represents a single block which can be inspected further or converted to HTML
- 
    
            
new Block()
 - 
    
            
$block->content()
 - 
    
            
$block->controller()
 - 
    
            
$block->excerpt()
 - 
    
            
Block::factory()
 - 
    
            
$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()