Block_Options
    
            
            in package
            
        
    
    
    
Handles the block options.
Table of Contents
Properties
- $scss : bool
 - The no scss flag.
 
Methods
- __construct() : mixed
 - Constructor.
 - get_scss() : bool
 - Set the scss flag.
 - set_scss() : static
 - Set the scss flag.
 
Properties
$scss
The no scss flag.
        protected
            bool
    $scss
     = true
    
    
    
    
    
Methods
__construct()
Constructor.
    public
                    __construct() : mixed
    get_scss()
Set the scss flag.
    public
                    get_scss() : bool
    Return values
boolset_scss()
Set the scss flag.
    public
                    set_scss(bool $scss) : static
    Parameters
- $scss : bool
 - 
                    
The scss flag.