BinaryFile
        BinaryFile.php
                :
        14
                 
    
                            
        
        
                This class provides an abstract access to binary files.
It allows reading & writing of files in a unified way
Properties¶
                 $id
            ¶
        $id
            ¶
    
        
        BinaryFile.php
                :
        23
                 
    
        Unique persistence layer identifier for this file Ex: images/media/images/ibexa-logo/209-1-eng-GB/Ibexa-Logo.gif, or original/application/2b042138835bb5f48beb9c9df6e86de4.pdf.
|  |  | 
                 $mimeType
            ¶
        $mimeType
            ¶
    
        
        BinaryFile.php
                :
        55
                 
    
        The file's mime type.
|  |  | 
Example: text/xml
Tags
                 $mtime
            ¶
        $mtime
            ¶
    
        
        BinaryFile.php
                :
        37
                 
    
        File modification time.
|  |  | 
                 $size
            ¶
        $size
            ¶
    
        
        BinaryFile.php
                :
        30
                 
    
        File size, in bytes.
|  |  | 
                 $uri
            ¶
        $uri
            ¶
    
        
        BinaryFile.php
                :
        44
                 
    
        HTTP URI to the binary file.
|  |  |