BlockAttributeEncoderInterface
        BlockAttributeEncoderInterface.php
                :
        11
                
    
            Interface
                Methods¶
                
canDecode()
            ¶
    
        
        BlockAttributeEncoderInterface.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $type | string | - | - | 
Return values
bool
                
canEncode()
            ¶
    
        
        BlockAttributeEncoderInterface.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $type | string | - | - | 
Return values
bool
                
decode()
            ¶
    
        
        BlockAttributeEncoderInterface.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $value | string | - | - | 
Return values
string
                
encode()
            ¶
    
        
        BlockAttributeEncoderInterface.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $value | mixed | - | - | 
Return values
string