ButtonBlock
        
        extends BaseBlock
    
    
            
            in package
            
        
    
    
            
            Uses
                            ExtensionsTrait                    
    
        
            Description of ButtonBlock
Tags
Table of Contents
- $css : string
 - $extensions : array<string|int, mixed>
 - Stores class extensions.
 - $footer : bool
 - $label : string
 - $link : string
 - $style : string
 - $verificode : string
 - __call() : mixed
 - Executes the first matched extension.
 - __construct() : mixed
 - addExtension() : mixed
 - pipe() : mixed
 - pipeFalse() : bool
 - render() : string
 - setVerificode() : void
 - link() : string
 
Properties
$css
    protected
        string
    $css
    
    
    
    
$extensions
Stores class extensions.
    protected
    static    array<string|int, mixed>
    $extensions
     = []
    
    
    
$footer
    protected
        bool
    $footer
     = false
    
    
    
$label
    protected
        string
    $label
    
    
    
    
$link
    protected
        string
    $link
    
    
    
    
$style
    protected
        string
    $style
    
    
    
    
$verificode
    protected
        string
    $verificode
    
    
    
    
Methods
__call()
Executes the first matched extension.
    public
                    __call(string $name[, array<string|int, mixed> $arguments = [] ]) : mixed
    
        Parameters
- $name : string
 - $arguments : array<string|int, mixed> = []
 
Tags
Return values
mixed —__construct()
    public
                    __construct(string $label, string $link[, string $css = '' ][, string $style = '' ]) : mixed
        
        Parameters
- $label : string
 - $link : string
 - $css : string = ''
 - $style : string = ''
 
Return values
mixed —addExtension()
    public
            static        addExtension(mixed $extension) : mixed
    
        Parameters
- $extension : mixed
 
Return values
mixed —pipe()
    public
                    pipe(string $name, array<string|int, mixed> ...$arguments) : mixed
    
        Parameters
- $name : string
 - $arguments : array<string|int, mixed>
 
Return values
mixed —pipeFalse()
    public
                    pipeFalse(string $name, array<string|int, mixed> ...$arguments) : bool
    
        Parameters
- $name : string
 - $arguments : array<string|int, mixed>
 
Return values
bool —render()
    public
                    render([bool $footer = false ]) : string
        
        Parameters
- $footer : bool = false
 
Return values
string —setVerificode()
    public
                    setVerificode(string $code) : void
        
        Parameters
- $code : string
 
Return values
void —link()
    protected
                    link() : string