ManaPHP\Http\Request\File::getType PHP Метод

getType() публичный Метод

Returns the mime type reported by the browser This mime type is not completely secure, use getRealType() instead
public getType ( ) : string
Результат string
    public function getType()
    {
        return $this->_file['type'];
    }