Text_Plain_Binarytoip
class Text_Plain_Binarytoip extends TransformationsPlugin (View source)
Handles the binary to IPv4/IPv6 transformation for text plain
Methods
Returns true if the element requires no wrapping
Returns passed options or default values if they were not set
Gets the transformation description of the plugin
Does the actual work of each specific transformations plugin.
Gets the transformation name of the plugin
Gets the plugin`s MIME type
Gets the plugin`s MIME subtype
Details
        
                            bool
    applyTransformationNoWrap(array $options = [])
        
    
    Returns true if the element requires no wrapping
        
                            array
    getOptions(array $options, array $defaults)
        
    
    Returns passed options or default values if they were not set
        
                static            string
    getInfo()
        
    
    Gets the transformation description of the plugin
        
                            string
    applyTransformation(string $buffer, array $options = [], FieldMetadata|null $meta = null)
        
    
    Does the actual work of each specific transformations plugin.
        
                static            string
    getName()
        
    
    Gets the transformation name of the plugin
        
                static            string
    getMIMEType()
        
    
    Gets the plugin`s MIME type
        
                static            string
    getMIMESubtype()
        
    
    Gets the plugin`s MIME subtype