Apple_Push_API\MIME_Builder::get_mime_type_for PHP Метод

get_mime_type_for() приватный Метод

Get the MIME type for a file.
private get_mime_type_for ( string $filepath ) : string
$filepath string
Результат string
    private function get_mime_type_for($filepath)
    {
        // TODO: rethink this for better integration with WordPress
        return 'application/octet-stream';
    }